Claudify
Description
Use Claude Code as an LLM provider with your subscription flat fee instead of pay-per-token API keys.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claudify
Use Claude Code as an LLM provider with your subscription flat fee instead of pay-per-token API keys.
Installation
npm install claudify
Or install globally for the CLI:
npm install -g claudify
claudify init my-app
Quick Start
import { ClaudeCodeSDK } from 'claudify'
const sdk = new ClaudeCodeSDK()
const result = await sdk.executeWithClaudeCode("Hello Claude!")
console.log(result.messages[0].content)
Prerequisites
- Install Claude Code CLI
- Login with
claude code login - Have an active Claude Code subscription
Why Claudify?
- Flat Fee: Use your Claude Code Max subscription for unlimited LLM usage
- No Token Counting: Stop worrying about API costs
- Simple Integration: Drop-in SDK for any JavaScript/TypeScript project
Documentation
Example: Express Server
import express from 'express'
import { ClaudeCodeSDK } from 'claudify'
const app = express()
const sdk = new ClaudeCodeSDK()
app.post('/chat', async (req, res) => {
const result = await sdk.executeWithClaudeCode(req.body.prompt)
res.json({ response: result.messages[0].content })
})
app.listen(3000)
Development
This section is for contributing to Claudify itself.
Repository Structure
claudify/
├── packages/
│ ├── sdk/ # Core SDK package (published to npm)
│ └── demo/ # Demo application
│ ├── client/ # React frontend
│ └── server/ # Express backend
├── docs/ # Documentation
└── examples/ # Example integrations
Setup
# Clone repository
git clone https://github.com/neno-is-ooo/claudify.git
cd claudify
# Install dependencies
npm install
# Run demo
npm run demo
Building
# Build SDK
npm run build:sdk
...
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI