# Awesome Repos: Discovery & Backlinks

**Goal:** Get APort Agent Guardrails (or OpenClaw guardrails) listed in curated awesome lists for visibility and SEO. Do **after** guardrail post is live and repo is public.

**Suggested timing:** Day 2–3 after launch (once GitHub repo link works and you have a live post to reference).

---

## Repos to Submit To

| # | Repo | Focus | Suggested section / placement | Entry idea |
|---|-----|--------|-------------------------------|------------|
| 1 | [e2b-dev/awesome-ai-agents](https://github.com/e2b-dev/awesome-ai-agents) | AI autonomous agents list | Security / guardrails or integrations | APort Agent Guardrails — pre-action policy enforcement for OpenClaw |
| 2 | [Jenqyang/Awesome-AI-Agents](https://github.com/Jenqyang/Awesome-AI-Agents) | Autonomous agents (LLM) | Tools or Security | APort Guardrails — authorization layer for OpenClaw agents |
| 3 | [VoltAgent/awesome-openclaw-skills](https://github.com/VoltAgent/awesome-openclaw-skills) | OpenClaw skills | **Security & Passwords** (guardrails fit here) | guardrails — Pre-action policy enforcement; blocks dangerous commands, 40+ patterns |
| 4 | [rohitg00/awesome-openclaw](https://github.com/rohitg00/awesome-openclaw) | OpenClaw resources | Security or Integrations | APort Guardrails — pre-action authorization for OpenClaw |
| 5 | [hesamsheikh/awesome-openclaw-usecases](https://github.com/hesamsheikh/awesome-openclaw-usecases) | OpenClaw use cases | New category or Infrastructure | Security / guardrails use case |
| 6 | [SamurAIGPT/awesome-openclaw](https://github.com/SamurAIGPT/awesome-openclaw) | OpenClaw resources, tools, skills | Security or Community Projects | APort Guardrails — deterministic policy enforcement for OpenClaw |

---

## Suggested entry text (copy-paste for PRs)

**Short (for most lists):**
```markdown
- [APort Agent Guardrails](https://github.com/aporthq/aport-agent-guardrails) — Pre-action guardrails for OpenClaw (`before_tool_call` plugin, 40+ blocked patterns, local or API). Setup: `npx @aporthq/aport-agent-guardrails`
```

**With one line of detail:**
```markdown
- [APort Agent Guardrails](https://github.com/aporthq/aport-agent-guardrails) — Deterministic policy enforcement for OpenClaw (passport + plugin). Allowlist commands, block `rm -rf`, cap messaging; local-first with optional API mode. Setup: `npx @aporthq/aport-agent-guardrails`
```

---

## Checklist (use with QUICK_LAUNCH_CHECKLIST)

- [ ] e2b-dev/awesome-ai-agents — open PR (check their CONTRIBUTING for format)
- [ ] Jenqyang/Awesome-AI-Agents — open PR
- [ ] VoltAgent/awesome-openclaw-skills — open PR (Security & Passwords section)
- [ ] rohitg00/awesome-openclaw — open PR
- [ ] hesamsheikh/awesome-openclaw-usecases — open PR or new use case doc
- [ ] SamurAIGPT/awesome-openclaw — open PR

**Note:** Each repo has its own CONTRIBUTING and format. Read the README and existing entries before submitting.

---

## Links (for PR descriptions)

- **Repo:** https://github.com/aporthq/aport-agent-guardrails  
- **npm:** https://www.npmjs.com/package/@aporthq/aport-agent-guardrails  
- **QuickStart:** https://github.com/aporthq/aport-agent-guardrails/blob/main/docs/QUICKSTART_OPENCLAW_PLUGIN.md  
