Automate Dailybot check-ins, reminders, and team coordination via Rube MCP.
This skill appears to be an open-source prompt wrapper, but it is explicitly designed to route user actions through Rube MCP to a remote service for Dailybot operations, so the overall posture is caution rather than high risk. The materials do not show local high-privilege execution or direct code execution by the skill itself, but task handling and connection flows are delegated to external MCP/third-party services.
The material says there are 'no API keys,' but it also requires an active Dailybot connection via `RUBE_MANAGE_CONNECTIONS` and an auth link flow; in practice this implies third-party account authorization/tokens, likely brokered by Rube/Composio. There is no explicit evidence of plaintext credential harvesting or abuse, but the credential-handling boundary is not fully transparent.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and relies on Composio/Dailybot-related services for tool discovery, connection management, and execution; user task content, session IDs, and tool arguments are therefore likely sent to those declared external endpoints. The egress targets appear aligned with the stated purpose, with no unrelated or suspicious destinations shown.
The system flags this as `prompt-only`; the material does not describe the skill spawning local processes, running scripts, or invoking system commands. Its role is mainly to instruct use of external MCP tools rather than directly obtaining local code-execution privileges.
The skill itself does not claim direct local file read/write access, but when using Rube MCP to execute Dailybot tools it may access or modify the user's Dailybot workspace data, connection state, and related operation outputs. The apparent data scope matches the stated Dailybot automation purpose, with no sign of excessive local file or system permissions.
The source is an open GitHub repository with very high community adoption (about 64.9k stars), which is a strong risk-reducing signal. Although the license is unspecified and maintenance status is unknown, and the skill depends on the external Rube/Composio service chain, the provided materials show no clear supply-chain red flags such as closed-source delivery, opaque installers, or suspicious dependency fetching.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "dailybot-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dailybot-automation/SKILL.md 2. Save it as ~/.claude/skills/dailybot-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Dailybot operations through Composio's Dailybot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/dailybot
RUBE_MANAGE_CONNECTIONS with toolkit dailybotRUBE_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 dailybotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Dailybot 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 Dailybot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["dailybot"]
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 Dailybot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit dailybot |
| 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 Docuseal signing, templates, and document workflows through Rube MCP.
Automate Adobe app workflows to speed up repetitive creative tasks.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate Discord bot tasks and workflow actions through Rube MCP.
Automate Slackbot messages, reminders, and teamwork workflows through Rube MCP.
Automate Botsonic tasks and workflows through Rube MCP integrations.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Diffbot tasks via Rube MCP using current tool schemas.
Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.