by weftlabs
Canonical agent skills for Weft — search the agent web and pay any x402 endpoint
# Add to your Claude Code skills
git clone https://github.com/weftlabs/skillsskills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by weftlabs. Canonical agent skills for Weft — search the agent web and pay any x402 endpoint. It has 8 GitHub stars.
skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/weftlabs/skills" and add it to your Claude Code skills directory (see the Installation section above).
skills is primarily written in Python. It is open-source under weftlabs on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Canonical agent skills for Weft — search the agent web and pay any x402/MPP endpoint from a wallet the user controls.
This repo is the single source of truth. Every other place a Weft
skill appears — weft.network, the Claude plugin, the @weftlabs/cli
npm package — is a byte-identical mirror pinned to one commit of this repo
by a SKILLS_REF file and enforced by that consumer's CI drift check.
Never edit a mirror. To change a skill: PR this repo, merge, then bump
each consumer's SKILLS_REF and re-vendor.
| Skill | Job | Lifecycle |
|---|---|---|
weft |
Find and buy paid data, APIs, and real-world actions: the search → choose → fetch loop, receipts, spending safety. rules/cli.md adds the machine-local CLI surface. |
Installed; persists on the host |
weft-setup |
Connect a user's Weft Account from any surface: plugin, MCP config (per-host shapes), connector UI, or bootstrap a new account. | One-shot; fetched, executed, discarded |
weft-flights-search |
Experimental Weft-powered flight research with route, schedule, fare, nearby-airport, and ground-transfer evidence. | Experimental outcome workflow |
weft-gtm-lead-enrichment |
Enrich a LinkedIn profile, find or verify a work email, or retrieve a social newsfeed through OneShot Agent. | Optional workflow; experimental |
weft-linkedin-commenter-discovery |
Find relevant leads among a LinkedIn post's comments, with profile links and comment evidence. | Experimental candidate; live validation pending |
weft-linkedin-post-sentiment |
Analyze sentiment, recurring themes, and uncertainty in comments on one LinkedIn post. | Experimental candidate; live validation pending |
weft-youtube-to-text |
Extract a supplied YouTube video's transcript into reusable text and timestamped JSON. | Experimental workflow; one live Pi test |
weft-transcript-to-podcast |
Summarize a saved transcript and generate a short MP3 through Weft and BlockRun. | Experimental workflow; one live Pi test |
Install every Weft skill, then choose which agents to use:
npx skills add weftlabs/skills --skill '*'
Run this from your project directory for a project install. Add --global to
make the skills available across projects. Keep the quotes around '*' so the
shell does not expand it into filenames. For an unattended install to all
supported agents, use npx skills add weftlabs/skills --all.
Update installed skills:
npx skills update
The updater asks which scope to update. Use npx skills update --global for
global installs or npx skills update --project for the current project. This
updates installed skills from all sources, not only Weft. To refresh only Weft
or include newly added Weft skills, rerun the all-Weft install command above
with the same scope and agent selection.
The commands follow the Skills CLI documentation.
Install only the core skills:
npx skills add weftlabs/skills --skill weft --skill weft-setup
Install an optional workflow separately:
npx skills add weftlabs/skills --skill weft-flights-search
npx skills add weftlabs/skills --skill weft-gtm-lead-enrichment
npx skills add weftlabs/skills --skill weft-linkedin-commenter-discovery
npx skills add weftlabs/skills --skill weft-linkedin-post-sentiment
npx skills add weftlabs/skills --skill weft-youtube-to-text
npx skills add weftlabs/skills --skill weft-transcript-to-podcast
Use the space-separated --skill <name> form. Do not use
--skill=<name>; affected Skills CLI versions can ignore that filter and
install every skill in the repository.
Each optional workflow also owns a 1600x900 cover.webp beside its
SKILL.md. The public repository contains the finished cover, not Weft's
internal mascot source or generation workflow. Core skills do not appear in the
gallery and do not need a cover.
Or point an agent at the hosted copies:
https://weft.network/setup.mdhttps://weft.network/skills/weft/SKILL.md| Mirror | Mechanism |
|---|---|
weft.network/setup.md + /skills/weft/SKILL.md |
vendored into weft-app at its SKILLS_REF commit, drift-checked in its CI |
Claude plugin weftlabs/weft-claude-plugin |
vendors skills/weft/ at its SKILLS_REF commit, drift-checked in its CI |
@weftlabs/cli npm package |
bundles skills/weft/ at its SKILLS_REF commit, drift-checked in its CI |
MIT