Automate Accredible certificate creation, lookup, and management through Rube MCP.
This skill is an open-source prompt-style artifact with no direct local secret requirement and no embedded executable code, so its baseline risk is low. However, it explicitly depends on remote Rube MCP/Composio services and external account connections to operate Accredible, so users should pay attention to data egress scope and third-party authorization permissions.
The material says there are 'no API keys' required, but it also requires an ACTIVE `accredible_certificates` connection via `RUBE_MANAGE_CONNECTIONS` and an external auth link. This implies third-party account authorization/tokens are involved, even if not directly collected by the skill itself. This is a standard third-party connection concern, with no explicit credential-stealing red flags in the text.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and use Composio/Rube to search tools, manage connections, and execute operations. Therefore, task inputs, session IDs, tool arguments, and potentially Accredible business data may be sent to the stated third-party service. The endpoint is clearly identified and functionally related, which makes this normal network egress rather than suspicious exfiltration.
Based on the provided material, this is a prompt-only skill description with no local scripts, install commands, or instructions to execute arbitrary code on the host. Actions are described as remote MCP tool calls. There is no sign of requesting local system execution privileges beyond the stated purpose.
This skill is intended to automate Accredible Certificates operations and, by design, will access certificate-related workflow data through session/tool calls. It does not claim local file read/write access, but it will interact with business resources in third-party services. The material does not show excessive local data access, though the scope of externally authorized resources should still be verified under least privilege.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), both of which are significant risk-reducing signals. The provided content is mainly documentation/usage guidance, which is straightforward to review. The lack of a declared license and unknown maintenance status add some governance uncertainty, but not enough on their own to make this high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "accredible-certificates-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/accredible-certificates-automation/SKILL.md 2. Save it as ~/.claude/skills/accredible-certificates-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Accredible Certificates operations through Composio's Accredible Certificates toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/accredible_certificates
RUBE_MANAGE_CONNECTIONS with toolkit accredible_certificatesRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit accredible_certificatesAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Accredible Certificates operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Accredible Certificates task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["accredible_certificates"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Accredible Certificates-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit accredible_certificates |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Doppler marketing workflows and campaign operations through Rube MCP.
Automate Docupost document and delivery workflows via Rube MCP with schema-first tool discovery.
Automate Google Tasks and lists with bulk task management workflows.
Automate DreamStudio image generation tasks and workflows through Rube MCP.
Automate Doppler SecretOps secret and configuration management tasks through Rube MCP.
Automate Drip Jobs recruiting queries and workflows through Rube MCP.
Automate Certifier workflows via Rube MCP using current tool schemas first.
Automate Dock certificate tasks through Rube MCP for faster security operations.
Automate Accelo tasks through Rube MCP after checking current tool schemas first.
Automate DigiCert certificate tasks via Rube MCP with schema-first tool discovery.
Automate Amcards workflows via Rube MCP with schema lookup first.
Automate Docuseal signing, templates, and document workflows through Rube MCP.