LLM Skills
~/catalog/backend//pickup
BackendGitHub source

pickup

/pickup

Pick up where you left off on a target.

elementalsoulselementalsouls
4.3k
June 16, 2026
Other
// skill content

--- name: pickup description: Resume a previous hunt on a target : displays hunt history, untested endpoints, and memory-based suggestions. Usage:/pickup target.com --- #/pickup Resume where you left off on a target. > **Renamed from “/resume ”** : “/resume ” is a reserved “Claude Code ” command. Use “/pickup ” to continue a previous hunt. ## What This Does 1. Reads the target profile fromhunt-memory/targets/<target>.json 2. Shows hunt history (sessions, findings, payouts) 3. Lists untested endpoints from the last reconnaissance 4. Suggests techniques based on the tech stack and pattern database 5. Asks: Continue hunting or rerun reconnaissance? ## Usage `` /pickup target.com ## Output PICKUP: target.com ═══════════════════════════════════════ Hunt History: Sessions: 3 Last hunt: 2026-03-24 Total time: 2h 00m Findings: 1 confirmed (IDOR, $1500 paid) Untested Surface: 3 endpoints from last recon: 1. /api/v2/users/{id}/export 2. /api/v2/users/{id}/share 3. /api/v2/users/{id}/history Memory Suggestions: Tech stack [Next.js, GraphQL, PostgreSQL] matches 2 targets where you found auth bypass. Try introspection → mutation pattern. Actions: [r] Continue hunting untested endpoints [n] Re-run recon first (surface may have changed) [s] Show full hunt journal for this target ## If No Previous Hunt No previous hunt data for target.com. Run /recon target.com first, then /hunt target.com. ``

// original public source
elementalsouls/Claude-BugHunter
/commands/pickup.md
License: Other. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/pickup.md" "https://raw.githubusercontent.com/elementalsouls/Claude-BugHunter/main/commands/pickup.md"
Then in Claude Code, type /pickup to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 4.3k
CategoryBackend
LicenseOther
UpdatedJune 16, 2026
Format.md
AccessFree
// similar

Skills Backend

View allarrow_forward