Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
samurai-skills logo

samurai-skills

samurai-skills

OtherClaude Codeby HealthSamurai

Summary

All Health Samurai skills — Aidbox, FHIR, SQL on FHIR, and more

Install to Claude Code

/plugin install samurai-skills@samurai-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add HealthSamurai/samurai-skills if you haven't already.

README.md

Health Samurai Skills

Health Samurai skills for Aidbox, FHIR, and healthcare development.

Installation

Install all skills:

npx skills add HealthSamurai/samurai-skills

Install a specific skill by name:

npx skills add HealthSamurai/samurai-skills --skill aidbox
npx skills add HealthSamurai/samurai-skills --skill aidbox-sql-on-fhir
npx skills add HealthSamurai/samurai-skills --skill atomic-generate-types
npx skills add HealthSamurai/samurai-skills --skill hs-search

Install globally instead of per-project:

npx skills add HealthSamurai/samurai-skills -g

From the Claude Code marketplace:

claude plugin install aidbox@samurai-skills
claude plugin install aidbox-sql-on-fhir@samurai-skills
claude plugin install atomic-generate-types@samurai-skills
claude plugin install hs-search@samurai-skills

Skills

| Skill | Description | |-------|-------------| | aidbox | Aidbox FHIR platform — API, configuration, access control, terminology | | aidbox-sql-on-fhir | SQL on FHIR with Aidbox — ViewDefinitions, $materialize, sof schema | | atomic-generate-types | Generate FHIR types using @atomic-ehr/codegen — TypeScript, Python, C# | | hs-search | Search health-samurai.io — docs, blog, case studies, examples |

aidbox

Aidbox guidance for FHIR REST API work, Docker setup, init bundles, access policies, subscriptions, terminology, custom resources, and other Aidbox-specific features.

Examples:

  • "Set up a new Aidbox instance with Docker Compose"
  • "Create an AccessPolicy that allows my app to read and update Patient resources"
  • "Show me how to POST a transaction Bundle to /fhir in Aidbox"

aidbox-sql-on-fhir

SQL on FHIR guidance for Aidbox analytics workflows with ViewDefinition, $materialize, $run, and queries against the sof schema.

Examples:

  • "Create a ViewDefinition for patient demographics"
  • "Materialize this ViewDefinition into the sof schema"
  • "Write a SQL query for a body-weight dashboard from sof.body_weight"

atomic-generate-types

FHIR type generation with @atomic-ehr/codegen for TypeScript, Python, and C#. Covers setup, generation scripts, tree-shaking, and package selection.

Examples:

  • "Generate R4 Patient and Bundle types for a TypeScript project"
  • "Set up scripts/generate-types.ts for a Python project"
  • "Update the tree-shake config to include Observation and Encounter"

hs-search

Search Health Samurai docs, articles, landing pages, and examples when you need current product details or the exact documentation page.

Examples:

  • "Find the Aidbox docs for access policies"
  • "Search Health Samurai pricing pages"
  • "Find examples for loading FHIR implementation guides in Aidbox"

Creating a new skill

Use template/SKILL.md as a starting point. Each skill is a folder under plugins/samurai-skills/skills/ with a SKILL.md file. See Skills docs for the frontmatter format.

Structure

.claude-plugin/
└── marketplace.json                    # Marketplace catalog
plugins/
└── samurai-skills/                     # Plugin
    ├── .claude-plugin/
    │   └── plugin.json                 # Plugin manifest
    └── skills/
        ├── aidbox/SKILL.md
        ├── aidbox-sql-on-fhir/SKILL.md
        ├── atomic-generate-types/SKILL.md
        └── hs-search/SKILL.md
template/
└── SKILL.md                            # Template for new skills

Related plugins

Browse all →