Dailytech

v1.0.1

Daily AI & tech news in 60 seconds — LLM updates, product launches, startup funding, developer tools. Bilingual EN/CN visual card. Morning & evening push.

1· 142·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jiajiaoy/dailytech.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Dailytech" (jiajiaoy/dailytech) from ClawHub.
Skill page: https://clawhub.ai/jiajiaoy/dailytech
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dailytech

ClawHub CLI

Package manager switcher

npx clawhub@latest install dailytech
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the code and SKILL.md: the skill searches the web, curates 5–6 stories, renders an HTML visual card, and contains scripts to manage scheduled morning/evening pushes. The included scripts implement user preference storage and scheduler hooks that are coherent with push functionality.
Instruction Scope
SKILL.md instructs the agent to run web_search queries, curate results, and write a single HTML file to /mnt/user-data/outputs/daily-tech.html. It also defines ad slot divs and visual/animation requirements. These actions are within the stated purpose, but they imply external network access (for web_search and any external fonts/images the HTML references) and creation of an HTML artifact — nothing in the instructions directs reading unrelated files or exfiltrating secrets.
Install Mechanism
No install spec is provided (instruction-only). There are local JS scripts included but no downloads or external install steps. Risk from install mechanism is low.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code also does not attempt to read environment secrets. Local storage is limited to a relative data/users JSON directory for push preferences.
Persistence & Privilege
always:false (normal). The push-toggle script emits __OPENCLAW_CRON_ADD__/RM__ signals to the platform to schedule/unschedule jobs and writes per-user JSON under data/users. This grants the skill scheduled execution via the platform's scheduler (expected for push functionality); users should be aware it enables recurring automated pushes to supported channels.
Assessment
This skill appears coherent and does not request credentials. Before installing, note: (1) it will perform web searches (network access) to gather stories and may reference external fonts/images in the generated HTML; (2) enabling push will schedule recurring jobs via the platform (it emits scheduler tokens) and will write small JSON preference files under the skill's data directory; (3) the ad-slot placeholders mean the HTML could be used to embed third-party ads or external content — if you enable automated pushes to channels (telegram/feishu/slack/discord), confirm how channel credentials are provided by the platform (the skill itself does not ask for tokens). If you want to proceed, review the platform's scheduler & channel integration policies and verify you trust any external content that might be loaded into the HTML output.

Like a lobster shell, security has layers — review code before you run it.

latestvk978awp9zvsjatdb40rke452ks85mn29
142downloads
1stars
2versions
Updated 1d ago
v1.0.1
MIT-0

Daily Tech / 科技日报

Generate a beautifully formatted daily tech news briefing focused on AI, startups, and technology.

Workflow

  1. Search for news — Use web_search to find today's top tech/AI stories. Run 3-4 searches:
    • "AI news today [date]"
    • "tech startup news today"
    • "product launch technology today"
    • "China tech news today" (for Asian audience relevance)
  2. Curate — Select 5-6 most significant stories. Prioritize: AI/ML breakthroughs, major product launches, funding rounds > $50M, policy/regulation changes, notable acquisitions.
  3. Write summaries — Each story: headline (EN + CN), 2-3 sentence summary (EN), 1-2 sentence summary (CN), source name, and a relevance tag.
  4. Generate the visual — Create a single-file HTML artifact.

Visual Design Requirements

Create a premium tech-media editorial layout:

  • Layout: Magazine/newsletter style. Hero story at top (larger card), remaining stories in a 2-column grid below.
  • Typography: Modern, techy but readable — (e.g., Space Grotesk or JetBrains Mono for headlines, Inter or IBM Plex Sans for body). Monospace accents for tags/categories.
  • Color scheme: Dark mode default — near-black background (#0a0a0f), with accent colors: electric blue, neon green, or amber for highlights. Very "tech publication" feel.
  • News cards: Each card has: category tag (AI / Startup / Product / Policy / China Tech), headline, summary, source badge, and a "relevance" indicator (🔥 hot, ⭐ notable, 📌 important).
  • Hero story: Top story gets a larger card with more detailed summary.
  • Interactive: Click any card to expand and show the full bilingual summary. Collapse on click again.
  • Stats bar: At the top — "Today's Briefing: [date] | 6 stories | Reading time: ~3 min"
  • Animation: Cards slide in from bottom on load with stagger. Category tags have a subtle glow effect.
  • Ad-ready zone: <div id="ad-slot-hero"> between hero and grid. <div id="ad-slot-mid"> between 3rd and 4th story. <div id="ad-slot-bottom"> at footer.
  • Footer: "Powered by ClawCode"

Content Guidelines

  • Focus on stories that matter to builders and investors
  • Include at least one China/Asia tech story
  • Include at least one AI/ML specific story
  • Avoid celebrity gossip disguised as tech news
  • Source from credible outlets (TechCrunch, The Verge, Wired, 36Kr, etc.)

Output

Save as /mnt/user-data/outputs/daily-tech.html and present to user.


推送管理

# 开启每日推送(早晚各一次)
node scripts/push-toggle.js on <userId>

# 自定义时间和渠道
node scripts/push-toggle.js on <userId> --morning 08:00 --evening 20:00 --channel feishu

# 关闭推送
node scripts/push-toggle.js off <userId>

# 查看推送状态
node scripts/push-toggle.js status <userId>

支持渠道:telegram / feishu / slack / discord

Comments

Loading comments...