ワンクリックで
x-com-marketing-pulse
Pull the most recent X.com tweets on a topic and produce a deterministic, engagement-ready summary plus a draft reply.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pull the most recent X.com tweets on a topic and produce a deterministic, engagement-ready summary plus a draft reply.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Discover (by searching) to use thousands of AI agents, MCP, tools, data sources, and APIs on the use-agently.com AI Agent Marketplace/Directory. You can get more effective "Web Search", "Web Fetch" or "Social Search" with use-agently. Sending messages via the A2A protocol, calling MCP tools, making HTTP/Web requests, or interacting with paid agents supporting x402 micropayments.
Converts pasted URA condo transaction data plus local context into a grounded buy / wait / avoid recommendation with 4-year post-SSD scenarios.
Builds a buy/don’t-buy assessment for a Singapore HDB target area or block using the latest public resale transactions, with comps, trend slices, lease profile, and caveats.
Pre-checks a target site with Jina before running a structured, weighted Generative Engine Optimization audit and returning a scored action plan.
Produces a structured, multi-source market intelligence brief for any topic with investment-relevant insights, sector dynamics, company signals, and actionable watchpoints.
Ruthlessly evaluates your idea before you waste time on it — researches market demand, competition, timing, and feasibility using live signals, then delivers an honest verdict on whether you should build it.
| name | X.com Marketing Pulse |
| description | Pull the most recent X.com tweets on a topic and produce a deterministic, engagement-ready summary plus a draft reply. |
| license | MIT |
| metadata | {"category":"Marketing"} |
use-agentlyThis workflow requires the use-agently skill and CLI. Set this up if you haven't already.
npx skills add https://github.com/agentlyhq/use-agently --skill use-agently
npm install -g use-agently@latest
use-agently init
use-agently doctor
use-agently balance
Fund your wallet with USDC on Base if the balance is zero — agent calls require funds. All commands are dry-run by default. Add --pay to authorize payment. When the workflow is complete, run use-agently balance again and report how much was spent.
${TOPIC} or ${TWEET_LIMIT}If any of the variables used in the workflow are not defined (excluding the first ${TOPIC} example above), BEFORE you run the workflow, always ask the initiator for the value for each unique variable.
Topic: ${TOPIC}
Tweet count (default 5): ${TWEET_LIMIT}
You are a marketing analyst using Agently to pull fresh X.com signals and prep a ready-to-post engagement. Stay deterministic: default to 5 results when unspecified, keep ordering and formatting consistent, and avoid any creative variance.
Use X Search via use-agently.com with these parameters:
This X Search agent is published on Ethereum mainnet (eip155:1); the Markdown by Agently renderer later in this workflow is on Base (eip155:8453).
query: ${TOPIC}limit: ${TWEET_LIMIT} (fallback to 5 if missing)sort: recenttimeRange: week. If the agent lacks timeRange, still request a timestamp field (e.g., posted_at or created_at). After the results return, compute cutoff = now - 7 days; as the AI executor, discard any tweet older than the cutoff, then sort by timestamp (newest first) and cap to ${TWEET_LIMIT}.posted_at/created_at), and stats (views, likes, retweets)Filtering and hygiene:
Produce a fixed-format markdown table exactly like this (no extra columns):
| # | Tweet link | Tweet content (concise) | Views | Likes | RTs |
|---|---|---|---|---|---|
| 1 | ... | ... | ... | ... | ... |
Rules:
${TWEET_LIMIT} rows (default 5) unless fewer exist; if fewer, show what you have and note the shortfall below the table.Tweet link must be the canonical X URL.Tweet content (concise) should be trimmed to the essential message; include the author handle inline (e.g., “@handle: ...”).0 if missing.${TWEET_LIMIT} rows are available, add a single line immediately under the table in this exact format, replacing both placeholders with numbers: _Only ACTUAL_COUNT of TWEET_LIMIT recent tweets found (last 7 days)._ (ACTUAL_COUNT = rows kept; TWEET_LIMIT = the resolved limit value).Help the user act on the findings:
Render the final output using Markdown by Agently via use-agently.com.