# Scalably Skills Library

Canonical: https://scalably.io/skills/
This is the machine-readable representation of the skills hub at the canonical URL. Same facts, denser format.

## Install
```
/plugin marketplace add scalably-io/agent-skills
/plugin install agent-ops@scalably-agent-skills
/plugin install seo-ops@scalably-agent-skills
```
- Codex or any Agent Skills runtime: `git clone https://github.com/scalably-io/agent-skills && cd agent-skills`, then `cp -R skills/<name> .agents/skills/`. Skills that link to sibling skills expect those siblings to be alongside them: copy the whole `skills/` directory instead of a single folder to keep those links working.
- Raw files: `curl -s https://scalably.io/skills/<name>.md -o SKILL.md` (each skill's own representation has its exact command and hash; a skill that ships references/modules/scripts/templates says so there too).

## Skills
- [research](https://scalably.io/_ai/skills/research.md) (agent-ops): Use when the user requests research, a deep dive, a compare X vs Y, trend analysis, or any answer that needs multiple web sources with…
- [report](https://scalably.io/_ai/skills/report.md) (agent-ops): Use when the user requests a report, analysis, summary, dashboard, breakdown, deep dive, or any data deliverable that should render as…
- [automation](https://scalably.io/_ai/skills/automation.md) (agent-ops): Use when the user requests bulk or repetitive data work that doesn't need judgment: process all rows, cross-reference two lists…
- [prompt](https://scalably.io/_ai/skills/prompt.md) (agent-ops): Rewrite and optimize prompts for the current Claude model.
- [memory](https://scalably.io/_ai/skills/memory.md) (agent-ops): Use when the user says remember, forget, recall, or asks what do you know about something, or wants to save a correction, preference, or…
- [memory-system](https://scalably.io/_ai/skills/memory-system.md) (agent-ops): The memory-system maintenance contract: file layout, format spec, size caps, and the nightly / weekly / migration routines for a…
- [runtime-constraints](https://scalably.io/_ai/skills/runtime-constraints.md) (agent-ops): Use when uncertain whether a tool, package, or library is available in the current agent runtime, before any pip/npm/apt install, when an…
- [browser-scrape](https://scalably.io/_ai/skills/browser-scrape.md) (agent-ops): Retrieve and extract public web-page content with Scrapling, escalating from a plain HTTP fetch to a real browser to an anti-bot stealth…
- [publish-html](https://scalably.io/_ai/skills/publish-html.md) (agent-ops): Use when the user wants a public URL for an HTML deliverable (report, dashboard, presentation) so they can share it by link.
- [daily-log](https://scalably.io/_ai/skills/daily-log.md) (agent-ops): Extracts a structured evidence ledger from today's session transcripts (actions, corrections, positive signals, workflow patterns…
- [dream](https://scalably.io/_ai/skills/dream.md) (agent-ops): Runs the nightly memory-consolidation routine defined by the memory-system skill: reads the last 48 hours of daily logs, files each fact…
- [weekly-memory-cleanup](https://scalably.io/_ai/skills/weekly-memory-cleanup.md) (agent-ops): Runs the memory-system skill's Sunday deep pass: the nightly routine first, then archiving the finished week, deduping and…
- [friday-feedback](https://scalably.io/_ai/skills/friday-feedback.md) (agent-ops): Runs a natural weekly check-in: reads the week's daily logs for corrections, frustrations, wins, repeated tasks and manual patterns…
- [workspace-reorg](https://scalably.io/_ai/skills/workspace-reorg.md) (agent-ops): One-time deep cleanup of a project root that has accumulated loose files: classifies every loose file as protected, recently active, or…
- [anchor-policy](https://scalably.io/_ai/skills/anchor-policy.md) (seo-ops): Validate anchor text placement, URL correctness, and SEO positioning in a guest-post draft against a target anchor spec: checks that…
- [webmaster-policy](https://scalably.io/_ai/skills/webmaster-policy.md) (seo-ops): Validate a guest-post draft against a target site's webmaster requirements: checks formatting, structure, prohibited topics, word…
- [classify](https://scalably.io/_ai/skills/classify.md) (seo-ops): Batch-classify a list of website domains by niche (primary + secondary + confidence): scrapes each homepage and about page, then tags each…
- [link-insertion-finder](https://scalably.io/_ai/skills/link-insertion-finder.md) (seo-ops): Find the best article on a target site for inserting a backlink, given anchor text and a destination URL.
- [batch-contact-email](https://scalably.io/_ai/skills/batch-contact-email.md) (seo-ops): Extract a contact email for each domain in a list (no niche or quality filtering, assumes the domains are already vetted).
- [lead-pipeline](https://scalably.io/_ai/skills/lead-pipeline.md) (seo-ops): Runs a B2B lead-generation pipeline end to end: discovers candidate companies for a vertical and region, scores each against a…
- [internal-linking](https://scalably.io/_ai/skills/internal-linking.md) (seo-ops): Internal-linking campaign engine.
- [guest-post-writer](https://scalably.io/_ai/skills/guest-post-writer.md) (seo-ops): Write a complete guest-post article from a brief (target site, topic, target keyword, anchor and URL): runs research, drafting, an anti-AI…

## Reliability
- Release v1.0.0. Structural test suite and `claude plugin validate` run on every push: https://github.com/scalably-io/agent-skills/actions/workflows/validate.yml
- Private client-data scan before every release. Last end-to-end verification: 2026-09-08.
- Derived from production, genericized by hand, reviewed per skill and as a whole before publish.
