Claude技能

natively-cluely-ai-assistant — Claude Skill 中文使用文档

基于 TypeScript · 专为 Claude 深度优化,CLI 一键安装
英文名:natively-cluely-ai-assistant
⭐ 1.3k Stars 🍴 299 Forks 💻 TypeScript 📄 AGPL-3.0 🏷 AI 8.5分
8.5AI 综合评分
aiai-assistantcheatingclaude-codeclaude-skillscluelyai-coding
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,natively-cluely-ai-assistant — Claude Skill 中文使用文档 获评「强烈推荐」。已获得 1.3k 颗 GitHub Star,这款Claude技能在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.5 分,适合有一定技术背景的用户使用。

📚 深度解析
natively-cluely-ai-assistant — Claude Skill 中文使用文档 是一款基于 TypeScript 的开源工具,在 GitHub 上收获 1k+ Star,是ai、ai-assistant、cheating、claude-code领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
natively-cluely-ai-assistant — Claude Skill 中文使用文档 依赖 TypeScript 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 TypeScript 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 natively-cluely-ai-assistant — Claude Skill 中文使用文档 的版本更新,及时通知重要功能变化。
📋 工具概览

natively-cluely-ai-assistant — Claude Skill 中文使用文档 是一款基于 TypeScript 开发的开源工具,专注于 ai、ai-assistant、cheating 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 1.3k
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
正常维护,社区驱动
开源协议
AGPL-3.0
AI 综合评分
8.5 分
工具类型
Claude技能
Forks
299
📖 中文文档
以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

natively-cluely-ai-assistant — Claude Skill 中文使用文档 是一款基于 TypeScript 开发的开源工具,专注于 ai、ai-assistant、cheating 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 专为 Claude 系列模型深度优化的扩展技能
  • 通过 Claude Code CLI 一键安装,配置零门槛
  • 充分利用 Claude 的长上下文和推理能力
  • 支持与 MCP 工具组合使用,扩展能力边界
🎯 主要使用场景
  • 在 Claude 中快速解决特定专业领域的问题
  • 复杂任务的 AI 辅助分析、推理和报告生成
  • 构建个人专属的 AI 技能工具箱
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g natively-cluely-ai-assistant

# 方式二:npx 直接运行(无需安装)
npx natively-cluely-ai-assistant --help

# 方式三:项目依赖安装
npm install natively-cluely-ai-assistant

# 方式四:从源码运行
git clone https://github.com/Natively-AI-assistant/natively-cluely-ai-assistant
cd natively-cluely-ai-assistant
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
natively-cluely-ai-assistant --help

# 基本用法
natively-cluely-ai-assistant [options] <input>

# Node.js 代码中使用
const natively_cluely_ai_assistant = require('natively-cluely-ai-assistant');

const result = await natively_cluely_ai_assistant.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# natively-cluely-ai-assistant 配置说明
# 查看配置选项
natively-cluely-ai-assistant --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export NATIVELY_CLUELY_AI_ASSISTANT_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 100/100 含工作流图 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Architecture Overview

Natively processes audio, screen context, and user input locally, maintains a rolling context window, and sends only the required prompt data to the selected AI provider (local or cloud).

No raw audio, screenshots, or transcripts are stored or transmitted unless explicitly enabled by the user.

---

What's New in v2.6.0

Version 2.6.0 brings massive workflow and integration capabilities to make your AI assistant even more powerful:

  • Phone Link Integration: Connect your iOS or Android device to seamlessly use it as a wireless remote microphone or companion screen for your meeting notes.
  • TinyPrompts™ Engine: Highly optimized system prompts for local SLMs (Ollama, Qwen 2.5:4B, Llama 3.2), enabling premium intelligence on consumer-grade hardware.
  • Codex CLI Integration: Native support for the Codex automation system, allowing sandboxed code execution and local terminal tasks via gpt-5.3-codex.
  • Auto-Calendar Sync: Natively now securely connects to Google Calendar and Outlook to automatically pull context and prepare for your upcoming meetings.
  • Smart Task Sync: Action items are now auto-extracted with extreme precision and can be instantly exported to Jira, Linear, or Asana boards.
  • Speaker Identification: Advanced real-time speaker diarization automatically tags individual speakers by name throughout the meeting transcript.
  • Expanded Offline Mode: 100% offline transcription and intelligent note generation using specialized, lightning-fast on-device SLMs.
  • Advanced Stealth Features: Hardened undetectable stealth mode with Activity Monitor evasion, process name disguising, and strict timeout management to prevent accidental discovery during OS-level events.
  • Scroll & Layout Enhancements: Added scroll keybinds for seamless mouse-free navigation and optimized the horizontal layout for more stable code line rendering.

---

What's New in v2.5.0

Version 2.5.0 introduces major feature upgrades, architectural overhauls, and robust stability fixes:

  • Custom Persona Modes: Completed Cluely-style Custom Modes (Technical Interview, Sales, Recruiting, Team Meet, Lecture, etc.) allowing tailored AI personas and behaviors.
  • Dynamic Note Templates: AI now dynamically generates highly structured meeting notes based on the active persona mode (e.g., Problem Statement, Follow-ups, Space & Time Complexity for tech interviews).
  • Reference Files & Custom Context: Deeply integrate PDFs, DOCX files, and custom text instructions into the AI's real-time prompt logic.
  • 10-Minute Free Trial: A new free trial system lets you experience Natively API with built-in HWID+IP anti-abuse protections and seamless upgrade paths.
  • Reliable Screenshot Capture: Hardened and completely stable multi-screenshot capture with single-trigger Cmd+Shift+Enter analysis.
  • Custom Provider Enhancements: Custom cURL endpoints now completely support automatic meeting summaries and custom AI behaviors without breaking the prompt injection strategy.
  • STT Connection Pools & Resilience: Added round-robin connection pools for Deepgram and ElevenLabs with exponential backoff and shadow-probe failover, absolutely eliminating 1006 reconnect storms.
  • Redesigned Premium UI: Apple-tier designs applied across the Modes Pro Gate, Permissions Toaster, Free Trial Modals, and settings overlays using hardware-accelerated animations.
  • Robust Webhook Billing: Hardened API subscriptions webhook verifications and payment processing to properly coordinate Standard, Pro, Max, and Ultra API plans.

---

Key Features

Prerequisites

  • Node.js (v20+ recommended)
  • Git
  • Rust (required for native audio capture)

Install Dependencies

npm install

System Requirements

  • Minimum: 4GB RAM
  • Recommended: 8GB+ RAM
  • Optimal: 16GB+ RAM for local AI

---

Installation (Developers & Contributors)

[!NOTE] macOS Users (Both Apple Silicon & Intel Macs supported): 1. "Unidentified Developer": If you see this, Right-click the app > Select Open > Click Open. 2. "App is Damaged": If you see this, run the command in Terminal based on your download: For .zip downloads:
>     xattr -cr /Applications/Natively.app
>     
For .dmg downloads: 1. Open Terminal and run:
>        xattr -cr ~/Downloads/Natively-2.0.2-arm64.dmg # Or your specific filename
>        
2. Install the natively.dmg 3. Open Terminal and run: xattr -cr /Applications/Natively.app

Development Setup

Build Native Audio Module (Rust)

npm run build:native

Build (Production)

npm run dist

This runs: Vite build → TypeScript compile → native module build → electron-builder

---

Use Cases

Demo

Natively AI Assistant Demo - Real-time Interview Helper and Transcription

This demo shows a complete live meeting scenario:

  • Real-time transcription as the meeting happens
  • Rolling context awareness across multiple speakers
  • Screenshot analysis of shared slides
  • Instant generation of what to say next
  • Follow-up questions and concise responses
  • All happening live, without recording or post-processing

---

Environment Variables

Create a .env file:

```env

Speech Providers (Optional - only one needed)

DEEPGRAM_API_KEY=your_key ELEVENLABS_API_KEY=your_key AZURE_SPEECH_KEY=your_key AZURE_SPEECH_REGION=eastus IBM_WATSON_API_KEY=your_key IBM_WATSON_REGION=us-south

Default Model Configuration

DEFAULT_MODEL=gemini-3.1-flash-lite-preview ```

[Sponsored by Recall AI - API for desktop recording](https://docs.recall.ai/docs/desktop-sdk?utm_source=github&utm_medium=sponsorship&utm_campaign=evinjohnn-natively-ai-assistant)

If you’re looking for a hosted desktop recording API, consider checking out Recall.ai, an API that records Zoom, Google Meet, Microsoft Teams, in-person meetings, and more.

Natively AI Assistant Logo

Natively API (Hosted Tier)

Stop managing four separate services. One key. Zero configuration.

Are you managing separate accounts for your AI reasoning, live transcription, fast inference, and web search? Juggling multiple API keys, rate limits, and invoices across completely different categories of tools is unnecessary overhead. Natively API replaces all of those categories with one flat subscription.

Under the hood, Natively API connects you to the absolute best models for the optimal user experience:

  • Backend AI Models: Claude, OpenAI, Gemini, and Groq.
  • Premium STT Models: Google Chirp 2/3, ElevenLabs Scribe v2, and Deepgram Nova-3.

Seamless Integrations & Sync

  • Phone Link: Use your iOS/Android device as a wireless remote microphone or companion screen.
  • Calendar Prep: Auto-syncs with Google Calendar and Outlook to prepare context before meetings.
  • Smart Task Export: Send extracted action items directly to Jira, Linear, or Asana.
  • Speaker Diarization: Real-time speaker identification tags individual speakers by name automatically.
  • Codex CLI: Execute terminal tasks, manage workspace files, and run sandboxed code via native Codex integration.

Supported Models

  • Gemini 3.1 Series
  • OpenAI (GPT-5.4, o3 series)
  • Claude (4.6 series)
  • Ollama (Llama, Mistral, CodeLlama)
  • Groq (Llama 3.3 for text, Llama 4 Scout for OCR)

Full Comparison: Natively vs Cluely vs Final Round AI vs LockedIn AI vs Interview Coder

FeatureNativelyCluelyPluelyLockedIn AIFinal Round AI
**Price**✅ Free (BYOK)⚠️ $20/mo✅ Free❌ $55–70/mo❌ $149/mo
**Open source**✅ AGPL-3.0
**Local data / private**✅ Yes❌ Cloud servers✅ Yes❌ Cloud servers❌ Cloud servers
**Any LLM (BYOK)**✅ Yes❌ Vendor-locked⚠️ Limited❌ Vendor-locked❌ Vendor-locked
**Local AI (Ollama)**✅ Yes
**Real-time <500ms**✅ Yes⚠️ 5–90s lag✅ Yes✅ ~116ms⚠️ Slowest
**Dual audio channels**✅ System + Mic❌ Single stream
**Local RAG memory**✅ SQLite + sqlite-vec
**Meeting history**✅ Full dashboard⚠️ Limited⚠️ Limited
**Screenshot OCR**✅ Yes⚠️ Limited✅ Yes⚠️ Limited
**Stealth mode**✅ Undetectable❌ Visible to proctors
**Process Disguise**✅ Terminal, Settings, etc
**Resume & context**✅ Pro✅ Yes✅ Yes
**Custom Personas/Modes**✅ Pro✅ Yes⚠️ Limited
**Phone Link Companion**✅ Yes
**Auto-Calendar Sync**✅ Yes
**Smart Task Sync**✅ Yes
**Speaker Diarization**✅ Yes
**Codex CLI Integration**✅ Yes
**Offline SLM Mode**✅ Yes
**Data breach history**✅ None❌ 83k users exposed✅ None✅ None✅ None
Legend: ✅ Full support · ⚠️ Partial or limited · ❌ Not available

---

vs Cluely — breached 83,000 users

The UI is intentionally familiar — if you've used Cluely, there's zero learning curve.

Cluely's mid-2025 data breach exposed personal information, full interview transcripts, and screenshots of 83,000 users. Every word spoken during an interview was stored on their servers — and then leaked. They charge $20/month for this privilege.

By default, Natively stores everything on your local machine, with only limited anonymous telemetry (basic GA4 install tracking, zero personal data). Your transcripts, API keys, and screenshots never leave your machine when using your own keys. The entire codebase is open-source (AGPL-3.0) and auditable. Zero breaches — that is the only acceptable standard for a tool that listens to your interviews.

Unlike Cluely's rigid interface, Natively also gives you complete control over the AI: Custom Persona Modes (Tech, Sales, Recruiting) to strictly format behavior, and Reference Files capabilities to upload PDFs so the AI knows exactly the context of the job or meeting before it starts.

vs LockedIn AI — $70/month for cloud lock-in

LockedIn AI is the most expensive tool in the category at $55–70/month. It locks you into a single cloud LLM with no option for local inference. Every transcript and response passes through their servers.

Natively supports every major model (Gemini, GPT, Claude, Groq) via bring-your-own-key, and offers 100% offline mode through Ollama. You pay only for the API tokens you actually use — or pay nothing at all by running Llama 3 locally. No subscription, no vendor lock-in.

vs Final Round AI — $149/month and visible to proctors

Final Round AI is the most expensive option at $149/month, optimized for pre-interview prep and mock interviews but with the slowest live latency in the category. Critically, its taskbar icon is visible to proctoring software, making it detectable during monitored interviews.

Natively delivers <500ms end-to-end latency using Rust-based native audio capture with Zero-Copy ABI Transfers. Its undetectable stealth mode hides from the dock, disguises process names, and syncs state across all windows — battle-tested and hardened across five major releases.

vs Pluely — lightweight but limited

Pluely is a solid lightweight alternative (~10MB, Tauri-based) and it has Linux support, which Natively does not yet offer. Credit where it is due.

But Pluely is a basic overlay. It has no local RAG, no meeting history, no dual audio channels, and no dashboard. Natively is a complete intelligence system: it remembers your past meetings via local vector search, separates system audio from your microphone, and gives you a full management dashboard with export to Markdown, JSON, and Text.

vs Interview Coder — More Powerful, Completely Free

Interview Coder is a paid tool focused specifically on coding interview assistance. Natively does everything Interview Coder does — and more — for free:

NativelyInterview Coder
**Price**✅ Free (BYOK)❌ Paid
**Open source**
**Works on LeetCode / HackerRank**
**Screenshot + OCR analysis**
**Real-time overlay**
**Local AI / offline mode**✅ Ollama
**Behavioral interview support**
**System design support**
**Meeting history & RAG**
**Any LLM (BYOK)**❌ Locked
**Data stored locally**❌ Cloud

Natively covers the full interview loop — not just the coding round.

vs Parakeet AI — Memory and History vs Stateless Overlay

Parakeet AI offers basic live meeting assistance but has no persistent memory, no meeting history, and no local vector search. Natively remembers your past meetings via local RAG, lets you ask questions across all your history, and gives you a full dashboard to manage, export, and search everything. Furthermore, Natively includes Custom Persona Modes allowing the AI to structure notes and behave optimally for specific flavors of conversations, instead of relying on Parakeet's one-size-fits-all model.

---

API Plan Comparison

FeatureStandard ($8/mo)Pro ($15/mo)Max ($25/mo)Ultra ($35/mo)
**All-in-One Cloud AI Access**✅ Yes✅ Yes✅ Yes✅ Yes
**Real-Time Transcription**✅ Yes✅ Yes✅ Yes✅ Yes
**Included Natively Pro Desktop App**❌ No✅ Yes✅ Yes✅ Yes
**Premium Support**❌ No✅ Yes✅ Yes✅ Yes
**Higher Monthly Quotas**❌ No✅ Yes✅ Yes✅ Yes

Don't start the long way. Skip the 20-minute manual setup. One Natively subscription skips all of it — AI, transcription, and web search are ready immediately.

<p align="center"> <a href="https://checkout.dodopayments.com/buy/pdt_0NbFixGmD8CSeawb5qvVl"> <img src="https://img.shields.io/badge/Standard_Plan-Subscribe_Now-94a3b8?style=for-the-badge&logo=fastapi&logoColor=white" /> </a> <a href="https://checkout.dodopayments.com/buy/pdt_0NcM6Aw0IWdspbsgUeCLA"> <img src="https://img.shields.io/badge/Pro_Plan-Subscribe_Now-8b5cf6?style=for-the-badge&logo=fastapi&logoColor=white" /> </a> <a href="https://checkout.dodopayments.com/buy/pdt_0NcM7JElX4Af6LNVFS1Yf"> <img src="https://img.shields.io/badge/Max_Plan-Subscribe_Now-6366f1?style=for-the-badge&logo=fastapi&logoColor=white" /> </a> <a href="https://checkout.dodopayments.com/buy/pdt_0NcM7rC2kAb69TFKsZnUU"> <img src="https://img.shields.io/badge/Ultra_Plan-Subscribe_Now-fbbf24?style=for-the-badge&logo=fastapi&logoColor=white" /> </a> </p>

---

Free vs Pro Feature Comparison

FeatureNatively FreeNatively Pro
**Bring Your Own Key (BYOK) Models**
**Local AI Support (Ollama)**
**Real-Time Speech-to-Text (<500ms)**
**Live Contextual Assistant**
**Screenshot & Slide OCR Analysis**
**Undetectable & Stealth Modes**
**Meeting Dashboard & Offline RAG History**
**Job Description (JD) & Resume Context Awareness**
**Automated Company Research & Dossiers**
**Live Salary & Offer Negotiation Copilot**
**Custom Persona Modes (Sales, Tech, etc.)**
**Custom Real-Time Context & Reference Files**
**Phone Link Companion App**
**Auto-Calendar & Task Sync**
**Speaker Diarization**
**Priority Feature Access & Support**

<p align="center"> <a href="https://checkout.dodopayments.com/buy/pdt_0NbHo6EnXlNPqNcZ14OTi"> <img src="https://img.shields.io/badge/Lifetime_License-Unlock_Premium-facc15?style=for-the-badge&logo=fastapi&logoColor=black" /> </a> <a href="https://checkout.dodopayments.com/buy/pdt_0NcM4QBwy0CDcPV9CXaNP"> <img src="https://img.shields.io/badge/Yearly_License-Unlock_Premium-black?style=for-the-badge&logo=fastapi&logoColor=white" /> </a> </p>

---

Alternatives Natively Replaces

Natively is a free, open-source alternative to:

ToolWhat Natively replaces
**Cluely**Real-time AI meeting copilot — without the $20/mo fee or data breach risk
**Final Round AI**Live AI interview copilot — without the $149/mo fee or proctor-visible taskbar icon
**LockedIn AI**Real-time interview assistant — without cloud lock-in or $70/mo
**Interview Coder**AI coding interview helper — with full meeting context, not just coding rounds
**Parakeet AI**Live meeting assistant — with local RAG memory and full history dashboard
**Metaview**Automated meeting notes — open-source and locally stored
**Otter.ai**Transcription and meeting summaries — without cloud storage
**Fireflies.ai**Meeting recorder and AI notetaker — fully local storage
**Teal**Job search and interview assistant — fully local and free

---

ai-assistant · meeting-notes · interview-helper · cluely-alternative · cluely · lockhead-ai · lockheed-ai · parakeet-ai · interview-coder · final-round-ai · metaview-alternative · otter-ai-alternative · fireflies-alternative · local-ai · ollama · electron · privacy-first · open-source · real-time-transcription · interview-copilot · ai-meeting-assistant · moltbot

---

FAQ

Is Natively really free?

Yes. Natively is an open-source project. You only pay for what you use by bringing your own API keys (Gemini, OpenAI, Anthropic, etc.), or use it 100% free by connecting to a local Ollama instance.

Does Natively work with Zoom, Teams, and Google Meet?

Yes. Natively uses a Rust-based system audio capture that works universally across any desktop application, including Zoom, Microsoft Teams, Google Meet, Slack, and Discord.

Is my data safe?

Natively is built on Privacy-by-Design. By default, all transcripts, vector embeddings (Local RAG), and keys are stored locally on your machine. We collect only limited anonymous telemetry (no personal user data).

Can I use it for technical interviews?

Natively is a powerful assistant for any professional situation. However, users are responsible for complying with their company policies and interview guidelines.

How do I use local models?

Simply install Ollama, run a model (e.g., ollama run llama3), and Natively will automatically detect it. Enable "Ollama" in the AI Providers settings to switch to offline mode.

How does Natively compare to Cluely?

Cluely is a $20/month cloud-based tool that stores all data on their servers. In mid-2025, Cluely suffered a data breach that exposed personal information, transcripts, and screenshots of 83,000 users. Natively is free, open-source, and stores everything locally. It supports any LLM (not just one vendor), offers local AI via Ollama, and has battle-tested stealth mode. Natively has never had a data breach because there is no server to breach.

Is stealth mode actually undetectable?

Yes. Natively hides from the dock, disguises process names as harmless system utilities (Terminal, Activity Monitor, System Settings), and syncs state across all windows. It has been hardened across five major releases and tested against screen share detection in Zoom, Teams, and Google Meet.

Does Natively work on LeetCode and HackerRank?

Yes. Natively's screenshot + OCR captures any visible coding problem and returns a full solution through the invisible overlay. It works on LeetCode, HackerRank, CoderPad, Codility, HackerEarth, Karat, and any browser-based coding environment.

Is Natively detectable during coding interviews?

For standard online assessments (LeetCode, HackerRank, CoderPad, etc.), Natively is not detectable — it runs as a disguised system process and the overlay never appears in screen recordings or screen shares. It is not designed to bypass dedicated proctoring software like Pearson VUE, ProctorU, or Respondus Lockdown Browser, which operate at the OS level.

Is Natively a free alternative to Interview Coder?

Yes. Natively does everything Interview Coder does — screenshot OCR, real-time coding assistance, invisible overlay — and adds behavioral interview support, system design help, local RAG memory, and any-LLM BYOK. All for free.

---

🇨🇳 中文文档镜像 AI 翻译 2026-05-22
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

项目简介:本项目使用本地处理音频、屏幕上下文和用户输入,维护一个滚动上下文窗口,并将仅需要的提示数据发送到选择的AI提供商(本地或云端)。除非用户明确启用,否则不会存储或传输原始音频、截图或转录。

⚡ 功能介绍

功能介绍:本版本带来了大量工作流和集成能力,使您的AI助手更强大: - **Phone Link Integration**:连接您的iOS或Android设备以无线远程麦克风或会议笔记的伴侣屏幕。 - **TinyPrompts™ Engine**:高度优化的系统提示用于本地SLMs(Ollama,Qwen 2.5:4B,Llama 3.2),使其支持高级功能。 - **Custom Persona Modes**:完成Cluely风格的自定义模式(技术面试,销售,招聘,团队会议,讲座等),允许定制AI人格和行为。 - **Dynamic Note Templates**:AI现在动态生成高度结构化的会议笔记,基于活跃的角色模式。

🛠 安装步骤

安装步骤说明: > [!NOTE] > **macOS用户(支持Apple Silicon和Intel Macs)**: > > 1. **"未知开发者"**:如果您看到这个,右键单击应用程序 > 选择 **打开** > 点击 **打开**。 > > 2. **"应用程序损坏"**:如果您看到这个,运行基于下载类型的命令在终端中: > > **对于.zip下载**: > > ```bash > xattr -cr /Applications/Natively.app > ``` > > **对于.dmg下载**: > > 1. 打开终端并输入以下命令: > > ```bash > xattr -cr /Applications/Natively.app > ```

⚙️ 配置说明

配置说明: 创建一个`.env`文件: ```env Speech Providers (Optional - only one needed) DEEPGRAM_API_KEY=your_key ELEVENLABS_API_KEY=your_key AZURE_SPEECH_KEY=your_key AZURE_SPEECH_REGION=eastus IBM_WATSON_API_KEY=your_key IBM_WATSON_REGION=us-south Default Model Configuration DEFAULT_MODEL=gemini-3.1-flash-lite-preview ```

🔄 工作流/模块

工作流/模块说明: - **Phone Link**:使用您的iOS/Android设备作为无线远程麦克风或会议笔记的伴侣屏幕。 - **Calendar Prep**:自动同步Google Calendar和Outlook以准备会议上下文。 - **Smart Task Export**:将提取的行动项直接发送到Jira,Linear或Asana。 - **Speaker Detection**:检测会议中发言者。 - **Supported Models**:支持的模型,包括Gemini 3.1系列,OpenAI,Claude,Ollama和Groq。

❓ FAQ 摘要

FAQ摘要: #### 是否 Natively 真的免费? 是。Natively 是一个开源项目。您只需为您使用的API密钥(Gemini,OpenAI,Anthropic等)付费,或者使用它 **100% 免费**,连接到本地Ollama实例。 #### Natively 是否与Zoom,Teams和Google Meet兼容? 是。Natively支持Zoom,Teams和Google Meet。

📚 实用指南(长尾问题)
适合谁
  • 使用 Cursor 编辑器、希望提升 AI 编程效率的开发者
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
  • 需要从图片、PDF 提取文字的文档自动化场景
  • 跨境业务、多语言内容运营团队
  • 做语音类 AI 产品的开发者
最佳实践
  • 本地部署优先选 GGUF 量化模型,节省显存并保持响应速度
  • 分块大小建议 256-512 tokens,向量库优选 pgvector 或 Qdrant
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
  • Cursor rules 控制在 80 行内,否则模型上下文成本会显著上升
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • embedding 模型与查询模型不一致导致检索失效
  • 显存不足直接 OOM — 优先降低 context 或换更小的量化模型
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 本地部署:CPU 8GB 起,GPU 推荐 16GB+ 显存
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
natively-cluely-ai-assistant 中文教程natively-cluely-ai-assistant 安装报错怎么办natively-cluely-ai-assistant Agent 工作流natively-cluely-ai-assistant 与同类工具对比natively-cluely-ai-assistant 最佳实践natively-cluely-ai-assistant 适合谁用
⚡ 核心功能
👥 适合人群
Claude 重度用户AI 研究者和开发者需要专业领域 AI 增强的专家
🎯 使用场景
  • 在 Claude 中快速解决特定专业领域的问题
  • 复杂任务的 AI 辅助分析、推理和报告生成
  • 构建个人专属的 AI 技能工具箱
⚖️ 优点与不足
✅ 优点
  • +深度优化 Claude 使用体验
  • +CLI 一键安装,极度便捷
  • +官方支持,稳定可靠
⚠️ 不足
  • 仅限 Claude 用户使用,受平台限制
  • 功能边界受当前 Claude 模型能力约束
⚠️ 使用须知

该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。

🔗 相关工具推荐
❓ 常见问题 FAQ
natively-cluely-ai-assistant 是一款TypeScript开发的AI辅助工具。Natively - Free open-source AI interview copilot & meeting assistant. The best Cluely alternative, Final Round AI alternative, and Interview Coder alternative. Real-time transcription, undetectable stealth mode, local RAG, BYOK. No subscriptions. No data breaches.
💡 AI Skill Hub 点评

AI Skill Hub 点评:natively-cluely-ai-assistant — Claude Skill 中文使用文档 的核心功能完整,质量优秀。对于Claude 重度用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码(GPL)
⚠️ 本工具使用 AGPL-3.0 协议。您可以自由下载和使用,但衍生作品必须以相同协议开源,不可商业闭源。使用前请确认符合协议要求。
📚 深入学习 natively-cluely-ai-assistant — Claude Skill 中文使用文档
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 natively-cluely-ai-assistant
原始描述 Natively - Free open-source AI interview copilot & meeting assistant. The best Cluely alternative, Final Round AI alternative, and Interview Coder alternative. Real-time transcription, undetectable stealth mode, local RAG, BYOK. No subscriptions. No data breaches.
Topics aiai-assistantcheatingclaude-codeclaude-skillscluelyai-coding
GitHub https://github.com/Natively-AI-assistant/natively-cluely-ai-assistant
License AGPL-3.0
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/Natively-AI-assistant/natively-cluely-ai-assistant 🌐 官方网站  https://natively.software

收录时间:2026-05-22 · 更新时间:2026-05-22 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。