Back to list
Andrejones92

quora

by Andrejones92

0🍴 0📅 Jan 9, 2026

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 "your-email@example.com"
canifi-env set QUORA_PASSWORD "your-password"

Privacy & Authentication

Your credentials, your choice. Canifi LifeOS respects your privacy.

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

  1. Navigate to quora.com via Playwright MCP
  2. Enter email and password from canifi-env
  3. Handle 2FA if enabled (notify user via iMessage)
  4. Verify feed access
  5. 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

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon