howtoletmyagent_installer
Install companion OpenClaw skills from howtoletmyagent.xyz article URLs or skill manifests.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bullkis1/howtoletmyagent-installerHowtoletmyagent Installer
Use this skill when the user wants to install or learn a companion skill from a Howtoletmyagent article.
Accepted inputs:
- An article URL like https://howtoletmyagent.xyz/articles/<slug>
- A manifest URL like https://howtoletmyagent.xyz/api/skills/<slug>
- A plain request such as "learn the skill from this page" when the article URL is present in context
Required workflow:
- Verify that the source URL belongs to https://howtoletmyagent.xyz or another explicitly approved preview host.
- Resolve the manifest URL:
- article URL -> /api/skills/<slug>
- manifest URL -> use it directly
- Fetch the manifest JSON.
- Explain what will be installed and ask for approval before writing files or running install commands.
- If the manifest says the source is
clawhub, prefer the provided install command. - If a ClawHub install is unavailable or fails, create a local workspace skill folder and write the manifest files exactly as provided.
- After install, tell the user to start a new session with
/newor restart the gateway so OpenClaw reloads the skill.
Safety rules:
- Only trust manifests from https://howtoletmyagent.xyz unless the user explicitly approves another domain.
- Never execute arbitrary code from the manifest. This manifest is for skill files, not shell scripts.
- Show the target install path before writing files.
- If a manifest looks malformed or unsafe, stop and explain the issue instead of guessing.
Implementation notes:
- Prefer using browser or web-fetch tools to read the manifest.
- If a CLI install is approved, use the exact command supplied by the manifest.
- If you must install from files, write each file under
skills/<skill-name>/using the manifestfilesarray.
Success condition:
- The requested companion skill is installed.
- The user gets the exact prompt they can use next to trigger it.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bullkis1-howtoletmyagent-installer": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
howtoletmyagent_secure_gmail_access
Teach an OpenClaw agent the recommended Gmail OAuth2 setup, scope choices, and safety guardrails from this guide.
growth-hacker
Rapid user acquisition, viral loops, conversion optimization, and growth experiments. Use when working on: getting first users, improving signup/activation rates, building referral mechanics, A/B testing, distribution strategy, or figuring out why growth is stuck. Specializes in early-stage and indie product growth (0→1 and 1→10k users). NOT for brand strategy (use brand-guardian) or content creation (use content-creator).
rapid-prototyper
Ultra-fast proof-of-concept and MVP development. Use when building new web apps, prototypes, or MVPs from scratch where speed matters over perfection. Specializes in the canonical fast-stack: Next.js 14 + Supabase + Clerk + shadcn/ui + Prisma. Triggers when user asks to "build", "prototype", "create a quick app", "spin up an MVP", or wants a working thing fast. NOT for small one-liner fixes or edits to existing codebases.
ai-engineer
AI/ML engineering specialist for building intelligent features, RAG systems, LLM integrations, data pipelines, vector search, and AI-powered applications. Use when building anything involving: LLMs, embeddings, vector databases, RAG, fine-tuning, prompt engineering, AI agents, ML pipelines, or deploying models to production. NOT for general web dev (use rapid-prototyper) or simple API calls.