qwoted-seo-backlinks

Automates Qwoted PR pitching and generates sourced statistics pages for earning journalist backlinks.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/hmkm-dev/My-agent- --skill qwoted-seo-backlinks-hmkm-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwoted-seo-backlinks
Source: https://github.com/hmkm-dev/My-agent-
Command: npx skills add https://github.com/hmkm-dev/My-agent- --skill qwoted-seo-backlinks-hmkm-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, playwright, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Responding to journalist requests on Qwoted (the HARO replacement) is manual and time-consuming, and plain opinion pitches rarely earn lasting backlinks. This Skill automates the entire workflow — login, expert profile setup, opportunity search, pitch drafting and submission — and adds a linkable-asset strategy: building sourced statistics pages that journalists cite repeatedly. ## Core Features & Use Cases - Qwoted account automation: Python scripts handle browser login (Playwright), expert Source persona creation, Algolia-backed opportunity search, and pitch submission with dry-run safety and duplicate guards. - Statistics page generation: A research playbook and HTML template (Chart.js charts, Article + FAQPage schema) guide the AI to build 40-80-stat linkable assets that earn recurring citations. - Use Case: Ask your agent to find PR opportunities about marketing automation, build a sourced stats page on the topic, then draft and send pitches linking to it — earning press mentions and high-DR backlinks. ## Quick Start Set me up on Qwoted, find PR opportunities about SaaS pricing, and pitch the top three with a sourced statistics page.

Frequently Asked Questions about qwoted-seo-backlinks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Qwoted pitches with an AI agent?

Install the skill, run qwoted_login.py once to save session cookies, create your expert Source persona with qwoted_profile.py, then search opportunities with qwoted_search.py and submit pitches with qwoted_pitch.py. The AI orchestrates these scripts and always shows pitches for approval before sending.

What is a statistics page and why build one for PR outreach?

A statistics page is a sourced roundup of 40-80 verified stats on a topic, published on your own domain. Journalists searching for data cite it repeatedly, so one pitch earns recurring backlinks instead of a single mention.

Does qwoted_pitch.py send pitches automatically without approval?

No. The script defaults to dry-run mode, which creates a draft without notifying the reporter. You must explicitly pass the --send flag after reviewing the pitch, and the script refuses to send without a configured Source persona.

Why does my Qwoted pitch never reach the journalist?

Qwoted accepts pitches without an attached Source, Company, or Product but never notifies the reporter. Run qwoted_profile.py --action create to set up a pitchable expert persona before sending any pitch.

What dependencies are required to run the Qwoted automation scripts?

The scripts require Python with the requests and playwright packages, plus a one-time playwright install chromium command for the browser-based login. Session cookies persist for roughly 30 days before re-login is needed.