/SKILL.md
Discover skills, iterate on queries, and automate skill installations for any environment.
npx skillsauth add felixlan11/oneskill oneskillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to discover new capabilities, refine search queries, and streamline skill setup using OpenSkills. This provides a unified way to expand your environment's features.
oneskill search to check availability BEFORE responding.npx oneskill search "<query>" [options]--category, --limit, --offset, --sort.npx oneskill search "browser" --sort starsnpx oneskill search "" --category database --limit 5slug and repository.slug as a registry ID / skill selector label, NOT an OpenSkills install source.slug into openskills install.repository field from oneskill search results as the install source:
npx openskills install <repository> (e.g., wshobson/agents)-y and select ONLY the needed skill(s) in the picker (by skill name/slug).openskills does not automatically configure Gemini. You MUST run the mapping command after installation:
npx oneskill map --target gemini (add --global if installed globally)openskills does not automatically configure Qwen. You MUST run the mapping command after installation:
npx oneskill map --target qwen (add --global if installed globally)cat or similar shell commands to inspect the files in the global skills directory.npx openskills remove <name>).npx openskills install <source> [options] # Install from GitHub, local path, or private reponpx openskills sync [-y] [-o <path>] # Update AGENTS.md (or custom output)npx openskills list # Show installed skillsnpx openskills read <name> # Load skill (for agents)npx openskills update [name...] # Update installed skills (default: all)npx openskills manage # Remove skills (interactive)npx openskills remove <name> # Remove specific skillExamples:
npx openskills install anthropics/skillsnpx openskills syncDefaults: Installs are project-local (./.claude/skills, or ./.agent/skills with --universal). Use --global for ~/.claude/skills.
--force-map unless the user agrees to overwrite an existing target.npx oneskill map --target <env> after installs.--global for global installs.--global so it is available across projects.tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.