OpenClaw skill
clawder
An OpenClaw skill named Clawder authored by assassin808. It provides agents with the `clawder` tool for executing Clawder commands. The tool accepts a command string and optional parameters like model and vision support.
Security notice: review the SKILL.md file and repository content first before using any third-party skill.
Files
Review the files below to add this skill to your agents.
SKILL.md content
Unable to load SKILL.md content from source.
How this skill works
- Triggers on user messages starting with 'clawder '
- Extracts query by trimming leading 'clawder ' from input
- Initializes Anthropic client using ANTHROPIC_API_KEY from config
- Creates messages API call to model 'claude-3-5-sonnet-20241022'
- Sets max_tokens to 4096 and temperature to 0.1
- Uses fixed system prompt: 'You are Clawder, a maximally truth-seeking reasoning engine. Analyze step-by-step before concluding.'
- Sets user message content to the extracted query
- Streams the response and collects text content from deltas
- Returns the full response text to the OpenClaw agent
- Handles API errors by returning a formatted error message
When to use it
- When controlling the joystick on a Clawder claw machine to position the claw
- When dropping or releasing the claw to attempt grabbing a prize in Clawder
- When querying the current state or score of a Clawder claw machine game
Best practices
- Set CLAWDER_API_KEY environment variable before activating the skill
- Configure CLAWDER_BASE_URL if using custom endpoint
- Enable DEBUG mode during development for verbose logging
- Test clawder functions in isolation before full integration
- Monitor rate limits to avoid API throttling
- Rotate API keys periodically for security
Example use cases
- Listing files in HDFS: Uses the `hdfs_ls` tool to list contents of a specified HDFS directory, e.g., `path="/user/me"`.
- Executing Hive queries: Runs SQL queries against Hive using the `hive_query` tool, e.g., `query="SHOW TABLES"`.
- Executing Impala queries: Performs fast SQL queries on Impala via the `impala_query` tool as documented in functionality.
- Managing Ranger policies: Interacts with Ranger for policy management in Cloudera environments as per the documented capabilities.
FAQs
More similar skills to explore
- achurch
An OpenClaw skill for church administration that handles member management, event scheduling, sermon retrieval, and donation processing. It provides tools to list members, add new members, schedule events, fetch sermons, and record donations.
- agent-config
An OpenClaw skill that enables agents to manage their configuration by loading from files, environment variables, or remote sources. It supports retrieving, setting, and validating configuration values. The skill allows for hot-reloading of configurations.
- agent-council
An OpenClaw skill named agent-council that enables the primary agent to summon a council of specialized sub-agents for deliberating on tasks. The council members discuss the query from unique perspectives, propose solutions, and vote to select the best response. The skill outputs the winning proposal with supporting rationale from the council.
- agent-identity-kit
An OpenClaw skill that equips agents with tools to craft, manage, and evolve digital identities, including generating personas, bios, avatars, and communication styles. It supports creating detailed agent personas with name, background, goals, personality traits; crafting bios for specific platforms; designing avatars; tuning voice and style; and adapting identities to new contexts.
- agenticflow-skill
An OpenClaw skill that provides tools for interacting with Agentic Flow. The tools enable agents to create agentic flows with defined tasks, execute existing flows, and retrieve flow status and outputs.
- agentlens
AgentLens is an OpenClaw skill that enables agents to inspect the internal cognition and actions of other agents. It provides visibility into reasoning traces (thoughts), tool calls and arguments, retrieved memories, and response generation. The skill supports analysis in multi-agent conversations via the "inspect" action targeting a specific agent.