Agent skill · AI & Agents

claude-web

Anthropic's Claude AI assistant via web interface.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill claude-web-andrejones92-canifi-life-os-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/claude-web-andrejones92-canifi-life-os-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Claude Web Skill Anthropic's Claude AI assistant via web interface. ## Quick Install ```bash curl -sSL https://canifi.com/skills/claude-web/install.sh | bash ``` Or manually: ```bash cp -r skills/claude-web ~/.canifi/skills/ ``` ## Setup Configure via [canifi-env](https://canifi.com/setup/scripts): ```bash # First, ensure canifi-env is installed: # curl -sSL https://canifi.com/install.sh | bash canifi-env set ANTHROPIC_API_KEY "your_api_key" ``` ## Privacy & Authentication **Your credentials, your choice.** Canifi LifeOS respects your privacy. ### Option 1: Manual Browser Login (Recommended) If you prefer not to share credentials with Claude Code: 1. Complete the [Browser Automation Setup](/setup/automation) using CDP mode 2. Login to the service manually in the Playwright-controlled Chrome window 3. Claude will use your authenticated session without ever seeing your password ### Option 2: Environment Variables If you're comfortable sharing credentials, you can store them locally: ```bash canifi-env set SERVICE_EMAIL "your-email" canifi-env set SERVICE_PASSWORD "your-password" ``` **Note**: Credentials stored in canifi-env are only accessible locally on your machine and are never

What's inside
Steps it walks through
  1. Quick Install
  2. Setup
  3. Privacy & Authentication
  4. Option 1: Manual Browser Login (Recommended)
  5. Option 2: Environment Variables
  6. Capabilities
  7. Usage Examples
  8. Start Chat
  9. Analyze Document
  10. Code Review
  11. Create Artifact
  12. Authentication Flow
  13. Error Handling
  14. Notes
Ships with 1 file
  • metadata.json
Commands it runs
curl -sSL https://canifi.com/skills/claude-web/install.sh | bash
cp -r skills/claude-web ~/.canifi/skills/
curl -sSL https://canifi.com/install.sh | bash
canifi-env set ANTHROPIC_API_KEY "your_api_key"
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
More from claude-skill-registry
All skills →
About this skill
What does the claude-web skill do?

Anthropic's Claude AI assistant via web interface.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill claude-web-andrejones92-canifi-life-os-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going