← Back to Skills Marketplace
aipoch-ai

Grant Funding Scout

by AIpoch · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
175
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install grant-funding-scout
Description
NIH funding trend analysis to identify high-priority research areas
README (SKILL.md)

Grant Funding Scout

⚠️ Note: This is a demonstration/illustrative version using mock data for educational purposes. For production use, integration with real funding databases (NIH RePORTER, NSF Award Search, etc.) is required.

Analyze funding patterns to guide research strategy.

Use Cases

  • Identifying "hot" research topics
  • Avoiding oversaturated areas
  • Strategic grant positioning

Parameters

Parameter Type Required Default Description
--research-area str Yes - Research field to analyze (e.g., "cancer immunotherapy")
--years int No 3 Analysis time window in years
--output str No stdout Output file path for results
--format str No json Output format: json, csv, or text
--top-n int No 10 Number of top results to display

Returns

  • Top-funded institutions and PIs
  • Emerging topic identification
  • Funding trend analysis

Example

Input: "cancer immunotherapy", years=3 Output: Funding increased 40% YoY; CAR-T and checkpoint inhibitors dominate

Data Sources

Current Version: Uses mock funding data for demonstration purposes.

For Production Use:

  • NIH RePORTER API
  • NSF Award Search API
  • CORDIS (EU research)
  • Federal RePORTER
  • Private foundation databases

Risk Assessment

Risk Indicator Assessment Level
Code Execution Python/R scripts executed locally Medium
Network Access No external API calls Low
File System Access Read input files, write output files Medium
Instruction Tampering Standard prompt guidelines Low
Data Exposure Output files saved to workspace Low

Security Checklist

  • No hardcoded credentials or API keys
  • No unauthorized file system access (../)
  • Output does not expose sensitive information
  • Prompt injection protections in place
  • Input file paths validated (no ../ traversal)
  • Output directory restricted to workspace
  • Script execution in sandboxed environment
  • Error messages sanitized (no stack traces exposed)
  • Dependencies audited

Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • Successfully executes main functionality
  • Output meets quality standards
  • Handles edge cases gracefully
  • Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
    • Performance optimization
    • Additional feature support
Usage Guidance
This is a demo tool using embedded mock data and appears coherent and low-risk for local use. Before using it in production: (1) review and implement safe integration with real APIs (NIH RePORTER, NSF) and only supply necessary API keys; (2) confirm any output file path is intended (the script will write JSON when --output is used); (3) if you modify the script to fetch remote data, perform a security review for network calls and credential handling; (4) run the script in a sandbox or isolated environment if you are unsure about changes. The only minor inconsistency is the SKILL.md mentioning reading input files while the current code does not — verify intended input behavior if you expect file inputs.
Capability Analysis
Type: OpenClaw Skill Name: grant-funding-scout Version: 0.1.0 The skill bundle is a harmless demonstration tool for analyzing mock NIH funding trends. The Python script (scripts/main.py) uses hardcoded data and standard libraries to generate reports, with no network activity, sensitive data access, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
Name, description, and provided code align: a local/demo funding trend analyzer using embedded mock data. Required binaries/env/configs are none, which is proportionate for the stated demonstration purpose.
Instruction Scope
SKILL.md describes a demo using mock data and notes production integration would require external APIs; runtime instructions and the Python script operate locally and do not call external services. The SKILL.md's risk table mentions 'Read input files' but the shipped script only writes an output file when --output is supplied and does not read arbitrary input files — minor mismatch between docs and code.
Install Mechanism
No install spec is provided (instruction-only + one script). No downloads or external packages are required; lowest-risk install posture.
Credentials
No environment variables, secrets, or credentials are required by the skill. That matches the demo nature and is proportionate.
Persistence & Privilege
Skill is not forced-always, does not request persistent privileges, and does not modify other skills or system-wide settings. It runs as a standalone script when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install grant-funding-scout
  3. After installation, invoke the skill by name or use /grant-funding-scout
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of grant-funding-scout skill (v1.0.0, demonstration version using mock data) - Analyzes NIH funding trends to identify high-priority research areas - Provides analysis of top-funded institutions, emerging topics, and funding trends by research area and time window - Outputs results in JSON, CSV, or text formats - Includes detailed risk assessment and security checklist - For educational/demo use only—future production versions intended to integrate with real funding databases
Metadata
Slug grant-funding-scout
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Grant Funding Scout?

NIH funding trend analysis to identify high-priority research areas. It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.

How do I install Grant Funding Scout?

Run "/install grant-funding-scout" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Grant Funding Scout free?

Yes, Grant Funding Scout is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Grant Funding Scout support?

Grant Funding Scout is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Grant Funding Scout?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v0.1.0.

💬 Comments