This command acts as an explorer and fetching client. If someone gives you a Github Repository link, a RawDocumentation Index
Fetch the complete documentation index at: https://docs.scoutica.com/llms.txt
Use this file to discover all available pages before exploring further.
.json URL, or any HTTP destination holding a Skill Card, scoutica resolve grabs, constructs, and presents the structured persona back to you dynamically.
Command Syntax
Execution Flow
- Security Isolation: Validates that the URL uses
https://strictly and completely blockslocalhost,127.x.x.x, and internal LAN proxies. - Path Normalization: If you pass
https://github.com/traylinx/agent, it automatically reformats strings logically into fetching fromraw.githubusercontent.com. - Sequential Target Discovery: It attempts to hit
scoutica.jsonfirst as a pointer. If it fails, it individually tests forprofile.json,rules.yaml,evidence.json, andSKILL.md. - Summary Aggregation: If retrieved successfully, the CLI compiles a rapid Python extraction showcasing:
- User Name, Title, and Seniority
- Experience Length and Domains
- Engagement Constraints (Base salary floors, Remote Policies)
- The total number of provable evidence links
- Instantly verify the authenticity of someone’s published card.
- Download a candidate’s complete professional structure to your hard drive locally with the
[save-to-dir]argument to analyze inside your own internal AI pipeline.
Use Case: Offline Analysis
You are parsing 50 candidates heavily for an upcoming contract gig. Instead of running scripts manually, you execute:./candidates/john-doe/, fully prepared for your local system parsing routines.