skills/archive/exa-web-search-free/SKILL.md
Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.
npx skillsauth add aifinlab/finclaw exa-web-search-freeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Neural search for web, code, and company research. No API key required.
Verify mcporter is configured:
mcporter list exa
If not listed:
mcporter config add exa https://mcp.exa.ai/mcp
Search web for current info, news, or facts.
mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)'
Parameters:
query - Search querynumResults (optional, default: 8)type (optional) - "auto", "fast", or "deep"Find code examples and docs from GitHub, Stack Overflow.
mcporter call 'exa.get_code_context_exa(query: "React hooks examples", tokensNum: 3000)'
Parameters:
query - Code/API search querytokensNum (optional, default: 5000) - Range: 1000-50000Research companies for business info and news.
mcporter call 'exa.company_research_exa(companyName: "Anthropic", numResults: 3)'
Parameters:
companyName - Company namenumResults (optional, default: 5)Six additional tools available by updating config URL:
web_search_advanced_exa - Domain/date filtersdeep_search_exa - Query expansioncrawling_exa - Full page extractionpeople_search_exa - Professional profilesdeep_researcher_start/check - AI research agentEnable all tools:
mcporter config add exa-full "https://mcp.exa.ai/mcp?tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,deep_search_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"
# Then use:
mcporter call 'exa-full.deep_search_exa(query: "AI safety research")'
type: "fast" for quick lookup, "deep" for thorough researchtokensNum (1000-2000) for focused, higher (5000+) for comprehensivedevelopment
# trust-valuation-engine ## 描述 信托资产估值引擎,支持非标债权估值、股权估值、净值计算、减值测试。 ## 功能 - 非标债权估值(现金流折现法) - 股权估值(市场法/收益法/资产基础法) - 净值计算与发布 - 减值测试与拨备 - 估值模型管理 ## 许可证 MIT License
development
# trust-risk-manager ## 描述 信托风险全流程管理工具,覆盖信用风险、市场风险、流动性风险、操作风险四大维度,提供实时监控、预警提示和风险处置建议。 ## 功能 - 信用风险评估(融资主体、担保措施、偿债能力) - 市场风险监控(利率、汇率、商品价格敏感性) - 流动性风险分析(期限错配、赎回压力、变现能力) - 操作风险检查(流程合规、系统安全) - 风险预警指标(VaR、CVaR、压力测试) - 风险限额管理(集中度、久期、杠杆) - 风险报告生成 ## 使用场景 - 风控部门日常监控 - 投后管理风险排查 - 新产品风险评审 - 监管报送数据准备 - 风险预警处置 ## 输入输出 ### 输入 ```json { "portfolio_id": "", "risk_type": "all|credit|market|liquidity|operation", "assets": [ { "asset_id": "", "asset_type": "非标债权|股票|债券|基金", "exposu
development
# trust-product-analyzer ## 描述 信托产品综合分析与筛选工具,支持产品信息抓取、风险评级、收益测算、合规检查和竞品对比。 ## 功能 - 信托产品信息智能抓取与解析(支持用益信托网、中国信托登记等平台) - 多维度风险评估(信用风险、市场风险、流动性风险) - 预期收益与实际收益对比分析 - 合格投资者适当性匹配 - 产品竞品横向对比 - 自动生成尽调报告 ## 使用场景 - 理财师为客户筛选合适信托产品 - 投资经理进行竞品分析 - 风控部门审查产品合规性 - 研究人员追踪市场产品发行情况 ## 输入输出 ### 输入 ```json { "action": "analyze|compare|screen", "product_code": "", "product_name": "", "filters": { "min_yield": 6.5, "max_duration": 24, "risk_level": ["R2", "R3"], "trust_type": "集合信托", "i
development
# trust-post-investment-monitor ## 描述 信托投后监控工具,提供预警指标追踪、风险事件监测、处置建议生成、定期报告输出。 ## 功能 - 融资主体监控(经营/财务/舆情) - 担保物监控(价值/权属/流动性) - 预警阈值管理 - 风险事件响应 - 处置方案建议 - 定期监控报告 ## 许可证 MIT License