Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add Andrejones92/canifi-life-os --skill "quora"
Install specific skill from multi-skill repository
# Description
Enables Claude to manage Quora questions, answers, and knowledge sharing
# SKILL.md
name: quora
description: Enables Claude to manage Quora questions, answers, and knowledge sharing
version: 1.0.0
author: Canifi
category: social
Quora Skill
Overview
Automates Quora operations including asking questions, writing answers, following topics, and engaging with the knowledge-sharing community through browser automation.
Quick Install
curl -sSL https://canifi.com/skills/quora/install.sh | bash
Or manually:
cp -r skills/quora ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set QUORA_EMAIL "[email protected]"
canifi-env set QUORA_PASSWORD "your-password"
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 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:
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 transmitted.
Capabilities
- Ask questions
- Write and edit answers
- Upvote and downvote content
- Follow topics and users
- Search questions and answers
- Create Spaces
- Share content
- View analytics for answers
Usage Examples
Example 1: Answer a Question
User: "Answer that question about Python best practices"
Claude: I'll write that answer.
- Navigate to question
- Click Answer
- Write comprehensive response
- Add relevant details
- Submit answer
Example 2: Ask a Question
User: "Ask a question on Quora about startup funding"
Claude: I'll post that question.
- Navigate to Quora
- Click Add Question
- Write well-formed question
- Add to relevant topics
- Submit question
Example 3: Search Topics
User: "Find Quora content about machine learning"
Claude: I'll search for that topic.
- Navigate to search
- Search "machine learning"
- Browse questions and answers
- Present top content
Example 4: Follow Topic
User: "Follow the Entrepreneurship topic on Quora"
Claude: I'll follow that topic.
- Search for topic
- Navigate to Entrepreneurship topic page
- Click Follow
- Confirm following
Authentication Flow
- Navigate to quora.com via Playwright MCP
- Enter email and password from canifi-env
- Handle 2FA if enabled (notify user via iMessage)
- Verify feed access
- Maintain session cookies
Error Handling
- Login Failed: Clear cookies, verify credentials
- Session Expired: Re-authenticate automatically
- 2FA Required: iMessage for verification code
- Answer Rejected: Check quality guidelines
- Question Duplicate: Link to existing question
- Rate Limited: Wait before posting
- Topic Not Found: Search with alternatives
- Edit Window Closed: May need to add new answer
Self-Improvement Instructions
When encountering new Quora features:
1. Document new UI elements
2. Add support for new content types
3. Log successful answer patterns
4. Update for Quora changes
Notes
- Quora values quality answers
- Answers can be edited indefinitely
- Spaces are community pages
- Quora Partner Program for monetization
- Anonymous posting available
- Credentials add credibility
- Topics help categorize content
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.