Stock Picker Orchestrator
Analysis
This instruction-only skill coherently routes stock-analysis work through other analysis skills with budget controls, with only ordinary cautions about dependent skills, external data calls, and cache reuse.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Execute required upstream skills for the chosen route... Default safe presets... `Deep`: 120+ calls
The skill instructs the agent to invoke other analysis skills and can run a large number of market-data requests. This is disclosed and central to the purpose, and the same artifact provides budget controls.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Requires dependent skills (`vnstock-free-expert`, macro/news monitors, and `equity-valuation-framework`) to be available in the same workspace.
The skill is explicitly designed to coordinate multiple other skills in the workspace, so user prompts and intermediate analysis may be passed across those dependencies.
Reuse cached artifacts before making new requests.
The workflow may rely on previously cached analysis artifacts. This is purpose-aligned for saving API calls, but cached market/news context can become stale or carry forward earlier errors.
