New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@meridiantoolkit/skills

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meridiantoolkit/skills

Agent skills for the Meridian business-services platform (workflow, service catalog, requests, payments, i18n). Works as a pi package or a Claude Code plugin.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
9
-43.75%
Maintainers
1
Weekly downloads
 
Created
Source

@meridiantoolkit/skills

Agent skills for the Meridian platform — user-facing skills for customers using Meridian through an API key (mrd_). Same SKILL.md files work as a pi Agent Skill package or a Claude Code plugin (.claude-plugin/plugin.json included) — no code, so nothing to port. Codex CLI has no skills concept; Codex users get the same coverage through the meridian MCP server's tool descriptions instead (see meridian-mcp).

Skills

SkillTrigger
meridian-apiAPI key, connect, authenticate, Bearer token, rate limits
meridian-servicesbrowse services, categories, requirements, form fields
meridian-requestscreate request, track status, chat, upload documents
meridian-paymentsquote, pay — Flouci (Tunisia, local) or Stripe (international), verify
meridian-meetingslist/create meetings, RSVP, Teams join link

All skills assume Authorization: Bearer mrd_… and MERIDIAN_API_URL. See meridian-api first to connect.

Install

pi:

pi install ./meridian-skills          # project-local
pi install /absolute/path/to/meridian-skills  # global
# or via npm after publish
pi install npm:@meridiantoolkit/skills

Or add to .pi/settings.json:

{ "skills": ["/absolute/path/to/meridian-skills/skills"] }

Claude Code:

/plugin marketplace add meridian-silkdev/meridian-plugin
/plugin install meridian-skills@meridian

Usage

Invocation syntax differs by host — the skill names themselves don't:

SkillpiClaude Code
meridian-api/skill:meridian-api/meridian-api
meridian-services/skill:meridian-services/meridian-services
meridian-requests/skill:meridian-requests/meridian-requests
meridian-payments/skill:meridian-payments/meridian-payments
meridian-meetings/skill:meridian-meetings/meridian-meetings

Either host can also load a skill automatically when its description matches what you're asking for — you don't have to type the slash form.

CI/CD

  • .github/workflows/ci.yml — every push to main and every PR: installs the claude CLI and runs claude plugin validate ..
  • .github/workflows/publish.yml — fires on a published GitHub Release: validates, checks the release tag against both package.json and .claude-plugin/plugin.json versions, then npm publish --provenance via npm Trusted Publishing (OIDC) — no NPM_TOKEN secret needed. npm version <bump> keeps both version fields in sync automatically (see scripts/sync-plugin-version.mjs). Note this only covers the pi install npm:@meridiantoolkit/skills path — Claude Code installs straight from the git repo/tag and needs no publish step.

One-time setup after the first manual publish: npmjs.com → package settings → Trusted Publisher → GitHub Actions → meridian-silkdev/meridian-skills, workflow publish.yml.

Keywords

pi-package

FAQs

Package last updated on 04 Sep 2026

Related posts