
steipete/agent-scripts
2 skills1.5k installs8.6k starsGitHub
Install
npx skills add https://github.com/steipete/agent-scriptsSkills in this repo
1Brave SearchBrave Search is an agent skill that wraps Brave Search API scripts for programmatic search and optional full-page markdown extraction. Indie builders install it so Claude Code, Codex, or similar agents can pull documentation, API references, and current facts without spinning up Playwright. After one-time npm ci in the skill directory and setting BRAVE_API_KEY, you run search.js with queries and flags (-n, --content) or content.js on a direct URL. Results print as labeled sections with title, link, snippet, and optionally extracted markdown content from hit pages. It fits Idea research, Validate competitor scanning, Build-time library docs, and Ship launch copy fact checks—anywhere you need network retrieval but not clicking through a GUI browser. It is a small Node integration (JSDOM, Readability, Turndown), not an MCP server.848installs2Video Transcript DownloaderVideo Transcript Downloader is a small Node CLI skill from the agent-scripts collection that fetches YouTube captions via the youtube-transcript-plus library. Solo builders use it when a tutorial, conference talk, or competitor demo is on YouTube and you need plain text for summarization, quote extraction, or feeding another research agent. The script handles process spawning, local paths, and basic CLI argument parsing without extra dependencies beyond the transcript client. It fits the Idea phase research shelf because it gathers source material rather than shipping product code. Expect network access to YouTube and local file writes; verify licensing and terms before republishing transcript content.650installs