Automate People Data Labs lookups and data workflows through Rube MCP.
This skill appears to be an open-source prompt template with strong community trust and no clear red flags for local execution or local file access. The main concern is that actual use depends on external Rube MCP/Composio and a Peopledatalabs connection, so task inputs may be sent to third-party services; overall this is cautionary rather than high risk.
The material says the skill itself needs no API key or environment variable, but it requires creating a `peopledatalabs` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link if the connection is not active. This suggests credentials are likely handled through Rube/Composio or OAuth; the skill does not directly expose secrets, but there is still third-party authorization and account-misuse surface.
The README explicitly requires connecting to the remote MCP endpoint `https://rube.app/mcp` and using remote capabilities such as `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL`; execution arguments, session data, and Peopledatalabs operation requests will be sent to the Rube/Composio side. The egress target and purpose are broadly declared, which is consistent with normal tool behavior, but users should assume relevant business data leaves the client.
Based on the provided material, this is a prompt/workflow description and does not declare launching local processes, executing scripts, installing binaries, or invoking privileged system capabilities. Its core function is to direct use of remote MCP tools rather than local code execution.
There is no indication of local filesystem access or local data read/write; however, it performs automation within the context of a connected Peopledatalabs account, so the effective data scope depends on permissions granted to that external connection. The main concern is not local overreach, but ensuring least-privilege access for remote business data queries and operations.
Positive signals include that the skill comes from a GitHub open-source repository with very high community stars, which improves visibility and external scrutiny. Points to watch are that the license is not stated, maintenance status is unknown, and actual functionality depends on off-repository Rube/Composio services whose implementation and changes are not fully covered by the current open-source material, so supply-chain auditability is not end-to-end.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "peopledatalabs-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/peopledatalabs-automation/SKILL.md 2. Save it as ~/.claude/skills/peopledatalabs-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Peopledatalabs operations through Composio's Peopledatalabs toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/peopledatalabs
RUBE_MANAGE_CONNECTIONS with toolkit peopledatalabsRUBE_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 peopledatalabsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Peopledatalabs 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 Peopledatalabs task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["peopledatalabs"]
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 Peopledatalabs-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit peopledatalabs |
| 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 Codacy tasks to streamline code quality checks and governance.
Automate Appointo scheduling tasks through Rube MCP to streamline calendar workflows.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Astica AI tasks via Rube MCP using current tool schemas.
Automate Seqera tasks through Rube MCP to streamline workflow operations.
Automate DataRobot tasks through Rube MCP for faster model and data workflows.
Automate Crustdata workflows via Rube MCP with schema-first tool discovery.
Automate Folk contact and workflow tasks through Rube MCP tools.
Automate Code Interpreter workflows for coding, analysis, and repeatable task execution.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate API Labz tasks via Rube MCP using current tool schemas.