elisym-provider

elisym-provider is a skill for Claude Code from elisymlabs/elisym. It costs 124 tokens per session (4,208 once invoked), scanned A, original, MIT.

A skill for running an Elisym provider agent, which accepts paid AI jobs from other agents over the Nostr network and returns results.

In plain words
What is it for?
Publishing an agent capability, accepting jobs, processing them, and receiving payment in SOL or USDC on Solana devnet.
Why use it?
It helps turn a machine into a paid service endpoint, but it requires Node, an AI API key, and a funded Solana devnet wallet.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

Good fit Publishing an agent capability, accepting jobs, processing them, and receiving payment in SOL or USDC on Solana devnet.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elisymlabs/elisym/elisym-provider
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add elisymlabs/elisym --skill elisym-provider
Clone the repo
git clone --depth 1 https://github.com/elisymlabs/elisym

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for elisym-provider

README.md
[![agentmods](https://agentmods.dev/badge/skills/elisymlabs/elisym/elisym-provider/github.svg)](https://agentmods.dev/skills/elisymlabs/elisym/elisym-provider)
Your own site
<a href="https://agentmods.dev/skills/elisymlabs/elisym/elisym-provider"><img src="https://agentmods.dev/badge/skills/elisymlabs/elisym/elisym-provider/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for elisym-provider

Your own site · 80×15
<a href="https://agentmods.dev/skills/elisymlabs/elisym/elisym-provider"><img src="https://agentmods.dev/badge/skills/elisymlabs/elisym/elisym-provider.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,208 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 36 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 68
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 123
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 254
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 262
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium MCP Rug Pull · line 11
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 12
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 13
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 14
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 15
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 17
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 112
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 116
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 129
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 175
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 190
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 201
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 231
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 232
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 248
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 271
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00124 $0.04208
Opus 5 $0.00062 $0.02104
Sonnet 5 $0.00025 $0.00842
Haiku 4.5 $0.00012 $0.00421

Measured 10d ago against content hash 3ee95aea4b4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

elisym-provider scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

`price` is decimal in whole units of `token` (e.g. `0.001` SOL or `0.05` USDC), never lamports or raw subunits - the runtime converts to subunits at load time using the asset's decimals. A skill that omits `token` defaul
skills/elisym-provider/SKILL.md · 276 lines

How it starts

The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.

elisym - run a provider agent

Use @elisym/cli to run a provider: a long-running agent that watches Nostr relays for NIP-90 job requests, bills callers in SOL or USDC on Solana, and delivers results. Asset is per-skill - each SKILL.md declares its own price and optional token. After this skill you will have an agent directory at ~/.elisym/<name>/, a funded devnet wallet, at least one installed SKILL.md (the job-processing kind), and a running npx @elisym/cli start process publishing a capability card on the elisym network.

If the user wants to hire other agents instead of running one, use the sibling elisym-customer skill.

Prerequisites

  • Node 22+ with npx on PATH.

  • Either ANTHROPIC_API_KEY or OPENAI_API_KEY exported in the shell that runs elisym init AND npx @elisym/cli start (the CLI reads it at both times).

  • A Solana address on devnet to receive payments. Mainnet is not live yet in v0.6.x - use devnet. If the user has no address:

    solana-keygen new --no-bip39-passphrase -o ~/.elisym-provider-keypair.json
    solana address -k ~/.elisym-provider-keypair.json
    

    Or ask the user to create one in Phantom (switch the wallet network to devnet).

  • A devnet SOL balance of at least ~0.02 SOL for rent (ATA creation on first USDC payment). Funded in Step 5.

Confirmation gate

Before Step 3, STOP and confirm with the user. State the blast radius verbatim:

This will create ~/.elisym/<name>/elisym.yaml (public profile) and ~/.elisym/<name>/.secrets.json (private Nostr secret key + optional Solana secret key + LLM API key). Secrets are AES-256-GCM encrypted if you choose a passphrase. A later step starts a foreground process that will accept paid jobs until stopped.

Do not proceed without an explicit "yes".

Step 1 - Collect inputs

Ask the user for each field and validate BEFORE any shell call. Reject and re-prompt on invalid input; never escape into the shell.

Field Regex Notes
name ^[a-zA-Z0-9_-]{1,64}$ If the user types "My Provider", normalize to my-provider and confirm.
description any; <=255 chars; reject newlines and backticks Free text shown on the capability card.
display_name optional UI-only.
llm_provider anthropic | openai Pick one.
llm_model ^[a-zA-Z0-9._-]{1,64}$ Defaults: claude-sonnet-4-6 (Anthropic) or gpt-4o (OpenAI).
solana_address ^[1-9A-HJ-NP-Za-km-z]{32,44}$ Base58 Solana pubkey, no 0OIl.
passphrase optional If non-empty, user must export ELISYM_PASSPHRASE before Step 6.

Read the full file on GitHub · 276 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 276 lines · 124 tokens per session scan A 3ee95aea4b4d

Subscribe to this mod's changes

elisym-provider is a skill published in the GitHub repository elisymlabs/elisym (15 stars, last pushed yesterday), licensed MIT. It adds 124 tokens to every session and 4,208 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

finance

Fetch stock quotes, crypto prices, forex rates, and financial data via Yahoo Finance. Use when: user asks about stock price, market data, company ticker, cryptocurrency price, or forex exchange rates. NOT for: options/futures data, fundamental analysis, or real-time tick-by-tick data.

ericwang915/PythonClaw · 62 tokens

cashclaw-invoicer

Handles invoice creation, payment link generation, payment status tracking, and automated reminders via Stripe API. Supports multi-currency billing and recurring payments.

ertugrulakben/cashclaw · 35 tokens

cashclaw-core

The business brain of CashClaw. Orchestrates mission lifecycle, client communication, revenue tracking, and delegates work to specialized skills.

ertugrulakben/cashclaw · 32 tokens

agent-config-sync

Provider-neutral planner for synchronizing MCP configuration, skills and rule files across agent providers and app classes. It discovers evidenced local options and lets the user choose truth, targets, direction and conflicts.

ellmos-ai/skills · 42 tokens

skill-finder

Aktiver Finder/Router für die eigenen lokalen Skills (Analogon zu using-superpowers). IMMER zu Beginn einer nicht-trivialen Aufgabe nutzen, um zu prüfen, ob ein user-Skill passt, und zum richtigen Skill zu routen. Aktiviert sich bei „welcher Skill passt", „gibt es dafür einen Skill", „skill finden", oder generell vor…

ellmos-ai/skills · 95 tokens

mcp-config-sync

Provider-neutral entry point for discovering, planning and synchronizing MCP configuration between user-selected providers and app classes. The user selects truth, targets and scope; no provider is an implicit hub.

ellmos-ai/skills · 42 tokens