Lucid

作者 get-Lucid已验证

An intelligence layer grounding autonomous agents in verified, real-time knowledge at scale.

101
Stars
2
Forks
TypeScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/get-Lucid/Lucid

快速入门

使用 Lucid 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

    __    __  __ _____ _____ ____
   / /   / / / // ___//  _/ / __ \
  / /   / / / // /    / /  / / / /
 / /___/ /_/ // /___ _/ /  / /_/ /
/_____/\____/ \____//___/ /_____/

An intelligence layer grounding autonomous agents in verified, real-time knowledge at scale.

License: MIT MCP


What is Lucid?

AI agents hallucinate. They reference deprecated APIs, recommend outdated package versions and state "facts" from stale training data. Lucid fixes this by giving agents a real-time knowledge layer. Every response grounded in verified, live information.

Lucid runs as an MCP server that exposes four tools. When an agent needs documentation, package info, fact verification or API references, it queries Lucid instead of guessing from training data. Skills auto-trigger these tools based on conversation context so the agent doesn't even need to be asked.

Install

Claude Code Plugin

/plugin marketplace add get-Lucid/Lucid

Then install:

/plugin install lucid

OpenClaw Skills

openclaw skills install https://github.com/get-Lucid/Lucid

This installs all five skills (lucid-docs, lucid-packages, lucid-grounding, lucid-api, lucid-freshness) from the skills/ directory.

Setup

  1. Get an API key at getlucid.tech/app
  2. Set your key:
export LUCID_API_KEY=lk_your_key_here

That's it. The MCP server reads the key from your environment and authenticates every request.

Tools

ToolWhat it does
lucid_search_docsSearch real-time documentation for any language, framework or library
lucid_check_packageCheck latest versions, changelogs and compatibility
lucid_verify_factVerify technical claims against live sources before stating them as fact
lucid_fetch_api_refFetch current API references with type signatures and usage examples

Example calls

lucid_search_docs({ query: "react useEffect cleanup", language: "typescript" })
lucid_check_package({ name: "next", registry: "npm" })
lucid_verify_fact({ claim: "Bun is faster than Node for HTTP servers" })
lucid_fetch_api_ref({ library: "stripe", symbol: "PaymentIntent.create" })

Skills

Skills automatically trigger the right tools based on what the user is asking. No manual invocation needed.

SkillTriggers onTool used
lucid-docsDocumentation, API reference, "how to use"lucid_search_docs
lucid-packagesInstall, package, dependency, versionlucid_check_package
lucid-groundingVerify, "is this true", accurate, up to datelucid_verify_fact
lucid-apiAPI, endpoint, function signature, typeslucid_fetch_api_ref
lucid-freshnessWrite code, implement, create, buildAll tools

How It Works

User asks a question
        ↓
Skill detects the intent
        ↓
Tool queries Lucid API
        ↓
Lucid returns verified, real-time data
        ↓
Agent responds with grounded information

The agent never falls back to training data for anything Lucid can verify. If the docs say one thing and training data says another, the docs win.

Pricing

20 USDC/month payable on Solana or Base.

Subscribe and manage your key at getlucid.tech/app.

Troubleshooting

API key not working Make sure your subscription is active at getlucid.tech/app.

Tools not appearing Rebuild the MCP server:

cd mcp-server && npm run build

Connection errors Check that LUCID_API_KEY is set in your environment and the API is reachable.

License

MIT

常见问题

What is Lucid?

Lucid is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by get-Lucid. An intelligence layer grounding autonomous agents in verified, real-time knowledge at scale. It has 101 GitHub stars.

Is Lucid safe to use?

Yes. Lucid passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install Lucid?

Clone the repository with "git clone https://github.com/get-Lucid/Lucid" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is Lucid written in?

Lucid is primarily written in TypeScript. It is open-source under get-Lucid on GitHub, so you can review or fork the full source.

Are there alternatives to Lucid?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Lucid against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情