AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Beehiiv

skill-alberduris-skills-beehiiv · by alberduris

Manage your Beehiiv newsletter — list and read posts, create drafts from Markdown/HTML files. 6-command skill for Beehiiv newsletter automation.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-alberduris-skills-beehiiv

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alberduris-skills-beehiiv)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Beehiiv? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Beehiiv API v2 skill for managing newsletter posts and drafts. All commands go through a single entry point: node /beehiiv.js [flags]. Each command has its own doc file with the full reference for flags and behavior.

[!SETUP] Before first use, check whether /node_modules exists. If it does NOT exist, run npm install --prefix . Then check whether /dist/beehiiv.js exists. If it does NOT exist, run npm run build --prefix . NEVER cd into the skill directory; use --prefix to target it without changing your working directory.

[!COMMANDS]

Reading: a) publications — list all publications associated with the API key. @docs/publications.md. b) publication — get a single publication's details and stats. @docs/publication.md. c) posts — list posts with filters (status, tags, authors, audience, platform). This is the primary search mechanism. @docs/posts.md. d) get — retrieve a single post by ID with full HTML content. @docs/get.md.

Writing: e) draft — create a draft post from a title + optional .md/.html file. Enterprise-only endpoint (beta). @docs/draft.md.

Utility: f) templates — list available post templates. @docs/templates.md.

[!CREDENTIALS] One variable is REQUIRED: BEEHIIV_API_KEY. One variable is OPTIONAL: BEEHIIV_PUBLICATION_ID (default publication — if set, commands use it automatically; if not, pass --pub-id ). They resolve from the first source that provides them: a) .env.local in cwd, b) .env in cwd, c) .env.local in the plugin directory, d) .env in the plugin directory, e) environment variables. Obtain the API key from the Beehiiv dashboard (Settings > Integrations > API).

[!PUB-ID] All commands except publications require a publication ID. If BEEHIIV_PUBLICATION_ID is set, it is used by default. Any command can override it with --pub-id . To discover your publication ID, run publications first.

[!API-COVERAGE] Covered resources:

  • Publications: list, get (commands: publications, publication)
  • Posts: list, get single, create as draft (commands: posts, get, draft)
  • PostTemplates: list (command: templates)

NOT covered (future TODO):

  • Subscriptions: list, create, get by email/id, update, delete, bulk actions, JWT token, tags
  • Authors: list, get single
  • Automations: list, get single, journeys list/get
  • BulkSubscriptions: create, updates status
  • ConditionSets: list, get single
  • CustomFields: list, get, create, update, delete
  • EmailBlasts: list, get single
  • Engagements: list
  • Polls: list, get single, responses
  • PostAggregateStats: get
  • ReferralProgram: get
  • Segments: list, get, recalculate, members, results
  • Tiers: list, get single
  • Webhooks: list, get, create, update, delete, test
  • AdvertisementOpportunities: list

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.