通过 Rube MCP 自动执行 Teamcamp 任务管理与协作流程操作
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "teamcamp-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/teamcamp-automation/SKILL.md 2. 保存为 ~/.claude/skills/teamcamp-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Teamcamp 相关工具及当前 schema,然后在 Teamcamp 中为“官网改版”项目批量创建 10 个任务,按“设计、开发、测试”三个阶段分组,并为每个任务添加截止日期和负责人。
返回已创建任务的清单,包括任务名称、分组、负责人、截止日期及创建状态。
先搜索 Teamcamp 相关工具及当前 schema,然后查找 Teamcamp 中所有已逾期且未完成的任务,按负责人汇总,并生成可发送给团队的提醒内容。
输出逾期任务汇总和按人员整理的提醒文案,便于直接通知相关成员。
先搜索 Teamcamp 相关工具及当前 schema,然后将“移动端上线”项目中本周已完成的任务更新为完成状态,并生成一份包含完成事项、进行中事项和风险项的周报。
返回状态更新结果,以及一份结构清晰的项目周报摘要。
Automate Teamcamp operations through Composio's Teamcamp toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/teamcamp
RUBE_MANAGE_CONNECTIONS with toolkit teamcampRUBE_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 teamcampAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Teamcamp 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 Teamcamp task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["teamcamp"]
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 Teamcamp-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit teamcamp |
| 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
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化 ActiveCampaign 任务,提升营销运营与客户管理效率。