一键导入
accredible-certificates-automation
Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when extracting readable main content from HTML or URLs with Defuddle, or when debugging Defuddle parser behavior, selector removals, standardization, markdown conversion, and fixture-based regressions in browser, Node.js, CLI, or worker environments.
Behavioral guardrails for coding agents. Use when writing, reviewing, refactoring, debugging, or planning code changes so the model surfaces assumptions, prefers the simplest viable approach, avoids unrelated edits, and defines explicit verification criteria before claiming success.
Use when designing, building, or maintaining a persistent Obsidian-compatible knowledge base that an LLM updates over time, including wiki schema design, ingest/query/lint workflows, index and log conventions, source traceability, and wiki health checks.
Complete, populate and fill out 3-statement financial model templates (Income Statement, Balance Sheet, Cash Flow Statement) . Use when asked to fill out model templates, complete existing model frameworks, populate financial models with data, complete a partially filled IS/BS/CF framework, or link integrated financial statements within an existing template structure. Triggers include requests to fill in, complete, or populate a 3-statement model template
A股综合分析系统,结合专业研报、社交媒体情绪、资金流向进行板块和股票推荐。使用AKShare获取数据,每日定时推送分析报告。
Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.
| name | accredible-certificates-automation |
| description | Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas. |
| requires | {"mcp":["rube"]} |
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