Install
$ agentstack add skill-borjasolerme-agent-skills-directory-submitter ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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 No
- ✓ 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.
About
Directory Submitter
FIRST — check what the user wants
| User says | Do this, then STOP | |---|---| | "set up [product]" / "new product" / shares a product URL | Read workflows/setup-product.md and follow it | | "submit [product]" / "submit to directories" | Read workflows/submit-mode.md and follow it | | "show progress" / "submission status" | Read and display tracking/{slug}.md | | "add directory" / "new directory" | Open directories/DIRECTORIES.md and add entry with user |
If none match → show this menu and wait for user choice:
- Set up a product — create a profile from your product URL
- Submit to directories — fill and submit forms via browser
- Show progress — see submission status for a product
- Add a directory — add a new directory to the list
File reference timing
Don't read files in advance — only at the step that needs them.
| File | When | |---|---| | profiles/{slug}.md | When user mentions a product name | | directories/DIRECTORIES.md | Start of submit-mode | | tracking/{slug}.md | Start of submit-mode, and after each submission |
Browser automation
Tool priority: Chrome Extension → Playwright → manual paste
| Action | Chrome Extension | Playwright | |---|---|---| | Navigate | navigate | browser_navigate | | Read page | read_page | browser_snapshot | | Find element | find | (snapshot refs) | | Click | computer (left_click) | browser_click | | Type | form_input / computer (type) | browser_type | | Screenshot | computer (screenshot) | browser_take_screenshot | | Upload file | upload_image | browser_file_upload |
Chrome Extension setup: tabs_context_mcp → tabs_create_mcp → use tabId for all calls.
Minimize tokens: pass only concise instructions. Navigate directly to URLs, never click links.
Quick process overview
- Set up — visit product URL, extract info, ask clarifying questions, generate descriptions, save profile
- Submit — load profile + directory list, navigate to each directory, fill form, confirm with user, log result
- Track — persistent markdown file per product, updated after each submission
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: borjasolerme
- Source: borjasolerme/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.