Docyrus Api Dev

🌐Community
by docyrus · vlatest · Repository

Provides API guidance and assistance for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add docyrus-api-dev npx -- -y @trustedskills/docyrus-api-dev
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "docyrus-api-dev": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/docyrus-api-dev"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides guidance and assistance for interacting with the Docyrus API. It enables AI agents to authenticate using OAuth2 PKCE, query data sources through REST endpoints with filtering and aggregation capabilities, and manage user accounts. The skill leverages the @docyrus/api-client (REST client) and @docyrus/signin (React authentication provider) libraries for seamless integration.

When to use it

  • When needing to retrieve or modify data stored within Docyrus data sources.
  • For automating user management tasks, such as creating or updating user profiles.
  • To build applications requiring authentication and authorization against the Docyrus platform.
  • When integrating with Docyrus APIs in React applications or non-React/server environments.

Key capabilities

  • Authentication: Supports OAuth2 PKCE for secure authentication.
  • REST API Interaction: Enables querying, creating, updating, and deleting data source items via REST endpoints.
  • Data Filtering & Aggregation: Allows filtering and aggregating data when retrieving information from data sources.
  • React Integration: Provides a React auth provider (@docyrus/signin) for easy integration into React applications.
  • Server-Side Authentication: Offers direct OAuth2 client usage for non-React environments.
  • API Endpoint Access: Facilitates access to both Data Source Items (tenant-specific) and System Endpoints (always available).

Example prompts

  • "Retrieve all items from the 'MyDataSource' data source."
  • "Create a new user with email '[email protected]'."
  • "Update my profile information in Docyrus."
  • "List all users in the system."

Tips & gotchas

  • API Key/Credentials: You will need to configure your application with valid Docyrus API credentials (client ID, redirect URI).
  • Tenant-Specific Endpoints: Data source endpoints are dynamic and depend on the tenant's configuration. Refer to the OpenAPI specification (GET /v1/api/openapi.json) for available endpoints.
  • Authentication Flow: Understand the OAuth2 PKCE flow for proper authentication in both React and non-React environments.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
docyrus
Installs
58

🌐 Community

Passed automated security scans.