← Back to Skills Marketplace
jamessunheart

Full Potential Intelligence

by jamessunheart · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fp-intelligence
Description
Provides real-time AI frontier intelligence with scores, live feeds, labor displacement, investment insights, gap opportunities, and daily briefings.
README (SKILL.md)

Full Potential Intelligence

Real-time AI frontier intelligence network via MCP.

What it does

Scans 18+ sources every 30 minutes and provides:

  • FP Line Score — composite AI capability measure (0-100) across 14 domains
  • Intelligence Feed — live entries from AI frontier with impact scores and domain tags
  • Labor Displacement — 25 job categories tracked against BLS data with gap velocity
  • Investment Allocation — 13-sector AI frontier basket with momentum signals
  • Gap Opportunities — ranked by composite score with build assessments
  • Daily Briefing — Claude-synthesized summary of what changed and why it matters
  • Agent Economy — register, contribute field reports, earn CORA Credits, spend on metered services

MCP Connection

{
  "mcpServers": {
    "full-potential-intelligence": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://fullpotential.ai/mcp", "--transport", "sse-only"]
    }
  }
}

Tools (12)

Free (no auth):

  • get_fp_line — Current FP Line score with domain breakdown
  • get_latest_feed — Latest intelligence entries, filterable by domain
  • get_displacement_gap — Displacement data for any of 25 job categories
  • get_allocation — 13-sector frontier basket allocation
  • get_opportunities — Ranked gap opportunities
  • get_daily_briefing — Today's Claude-synthesized briefing

Write (free, needs API key):

  • register_agent — Self-register, get API key instantly
  • contribute_intelligence — Submit field reports, earn credits

Metered (costs credits):

  • frontier_scan — On-demand topic scan (5 credits)
  • capability_check — "Can AI do X?" assessment (3 credits)
  • dark_ai_check — Adversarial AI check (2 credits)
  • build_assessment — "Should I build X?" evaluation (10 credits)

Resources (8)

  • fp://intelligence/feed — Live intelligence feed
  • fp://intelligence/fp-line — FP Line score
  • fp://intelligence/briefing — Daily briefing
  • fp://displacement/overview — Labor displacement overview
  • fp://invest/allocation — Frontier basket allocation
  • fp://opportunities/ranked — Gap opportunity rankings
  • fp://economy/constitution — Agent Constitution
  • fp://economy/status — Economy status
Usage Guidance
This skill will try to run 'npx mcp-remote' and open a live connection to https://fullpotential.ai/mcp and can issue/receive commands and issue API keys via self-registration. That means code will be downloaded and executed from the network and a remote server could influence the agent or receive data. Before installing: (1) verify the skill's source and maintainers (the registry shows 'unknown' and no homepage), (2) ask the author for the mcp-remote package name, its npm link, and a reproducible install method or source code, (3) ensure 'npx' is present or require the package be vendor-checked rather than fetched at runtime, (4) consider running the skill in a strictly sandboxed environment or rejecting it if you cannot verify the remote host and package, and (5) beware that contributing intelligence may send user content to the remote service and that the skill can create API keys that the agent will possess. Given those inconsistencies and the dynamic code execution, proceed only if you trust the publisher and can audit the remote package and server.
Capability Analysis
Type: OpenClaw Skill Name: fp-intelligence Version: 1.0.0 The skill bundle provides a legitimate interface to a remote AI intelligence platform via the Model Context Protocol (MCP). It uses `npx` to execute the `mcp-remote` utility to connect to a specified endpoint (https://fullpotential.ai/mcp), which is consistent with its stated purpose of delivering real-time frontier intelligence and labor displacement data. No evidence of malicious intent, data exfiltration, or prompt injection was found in SKILL.md or the configuration.
Capability Assessment
Purpose & Capability
The stated purpose (real-time AI intelligence) could legitimately require contacting a remote service and providing feed data, but the SKILL.md relies on running 'npx mcp-remote' at runtime. The skill metadata declared no required binaries or credentials, yet the instructions effectively require the 'npx' binary and will obtain API keys via self-registration. That mismatch (runtime needs not declared) is an incoherence.
Instruction Scope
The instructions instruct the agent to execute an npm/X command that will fetch and run remote code and open an SSE connection to https://fullpotential.ai/mcp. They also expose write operations (register_agent, contribute_intelligence) that create API keys and accept user-contributed reports. This grants the remote service broad ways to interact with the agent and could result in transmitting user data or enabling remote control — scope exceeds the simple 'read a feed' model the description might imply.
Install Mechanism
There is no formal install spec, but the SKILL.md explicitly invokes 'npx -y mcp-remote ...', which means code will be downloaded and executed at runtime from npm (or whatever npx resolves to). That dynamic fetch/execute pattern is high-risk because the package provenance and contents are not declared, and the MCP endpoint is an unknown host.
Credentials
The registry metadata declares no required environment variables or primary credential, yet the skill's tools include 'register_agent' which 'get API key instantly'. The skill implicitly expects creation and use of credentials but doesn't declare how they will be stored/managed. That gap between declared secrets and the instructions that generate/use keys is a proportionality and transparency problem.
Persistence & Privilege
The skill does not request 'always: true' and has default autonomous invocation settings (normal), but the MCP connection model opens a persistent remote channel which could be used by the remote server to interact with the agent over time. Autonomous invocation combined with remote-executed code increases risk — not a direct metadata flag, but important to consider.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fp-intelligence
  3. After installation, invoke the skill by name or use /fp-intelligence
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Full Potential Intelligence skill initial release: - Real-time AI intelligence network scanning 18+ sources every 30 minutes - Provides FP Line Score, live intelligence feed, labor displacement tracking, and investment signals - Includes daily AI briefings, gap opportunity rankings, and agent economy with credits system - Offers 12 tools (free and metered) for intelligence access, reporting, and analysis - Connects via MCP with documented commands and resource endpoints
Metadata
Slug fp-intelligence
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Full Potential Intelligence?

Provides real-time AI frontier intelligence with scores, live feeds, labor displacement, investment insights, gap opportunities, and daily briefings. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Full Potential Intelligence?

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

Is Full Potential Intelligence free?

Yes, Full Potential Intelligence is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Full Potential Intelligence support?

Full Potential Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Full Potential Intelligence?

It is built and maintained by jamessunheart (@jamessunheart); the current version is v1.0.0.

💬 Comments