Agent skill
perplexity-sec
SEC EDGAR filings search. Use for official regulatory documents.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/perplexity-sec
SKILL.md
Perplexity SEC
Supported Filings
10-K (annual), 10-Q (quarterly), 8-K (current), S-1/S-4 (IPO/M&A)
Command
cd /home/faisal/EventMarketDB && python3 -c "
from utils.perplexity_search import perplexity_sec_search
print(perplexity_sec_search('AAPL 10-K risk factors', search_after_date='01/01/2024'))
"
Date format: MM/DD/YYYY
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?