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.
npx agentmods add skills/adeze/raindrop-mcp/publishingnpx skills add adeze/raindrop-mcp --skill publishinggit clone --depth 1 https://github.com/adeze/raindrop-mcpWrote 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.
[](https://agentmods.dev/skills/adeze/raindrop-mcp/publishing)<a href="https://agentmods.dev/skills/adeze/raindrop-mcp/publishing"><img src="https://agentmods.dev/badge/skills/adeze/raindrop-mcp/publishing.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00014 | $0.00357 |
| Opus 5 | $0.00007 | $0.00179 |
| Sonnet 5 | $0.00003 | $0.00071 |
| Haiku 4.5 | $0.00001 | $0.00036 |
Grade A, and why
publishing scanned grade A with 0 findings 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 5d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Publishing Skill for @adeze/raindrop-mcp
Use this workflow for all standard releases in this repository.
Source of Truth
- Release command:
bun run release - Release config:
.releaserc.json - CI trigger:
.github/workflows/ci.ymlon push tomaster
Standard Release Flow
- Merge Conventional Commit-based changes to
master. - CI runs lint, type-check, tests, and build.
- CI release job runs
semantic-release. semantic-releasecomputes version, updatesCHANGELOG.md, tags release, publishes npm, and creates a GitHub Release.- Release prepare step syncs
manifest.jsonand buildsraindrop-mcp.mcpbso the bundle is attached to the GitHub Release.
Required Secrets
GITHUB_TOKEN: provided by GitHub Actions.
Publishing Authentication
- npm publish uses GitHub Actions OIDC trusted publishing.
- No long-lived npm token is required for the standard CI release path.
Local Verification Before Merge
bun run lint
bun run type-check
bun run test
bun run build
Conventional Commit Examples
fix: handle missing collection id in bulk editfeat: add includeArchived filter to bookmark_searchfeat!: remove deprecated query parameter
Rules
- Do not manually bump package versions for standard releases.
- Do not manually create release tags for standard releases.
- Do not run manual npm publish commands for standard releases.
- Keep release behavior in
.releaserc.jsonand CI workflow aligned.
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.
- 5d ago First seen · 54 lines · 14 tokens per session scan A 16565f78927e
publishing is a skill published in the GitHub repository adeze/raindrop-mcp (183 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 357 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
release-gate
Use when: user asks to push, tag, release, publish, create a version, validate synchronization, fix CI, inspect GitHub Actions, or make changes safe for GitHub. Runs the FFBB MCP Server release-readiness workflow, adapted from sickn33 skills lint-and-validate, verification-before-completion, git-pushing, iterate-pr…
atlas-ci-release
Manage CI bundle releases: manual dispatch, tag naming, monitoring the build-bundle workflow, promoting a release, and rolling back. Use when releasing a new bundle, debugging a CI failure, or rolling back to a previous bundle.
turborepo
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines…
ship
Check CI, merge PR, pull main, and verify deployment. Use when ready to ship the current branch.
devops-assistant
Assists with version control, build pipelines, deployment, and automation tasks. Invoke for CMake/vcpkg setup, CI/CD configuration, plugin packaging, or release workflows in Sage.
github-ops
GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the gh CLI. Use when the user wants to manage GitHub issues, PRs, CI status, releases, contributors, stale items, or any GitHub operational task beyond simple git…