aios-daily

aios-daily is a skill for Claude Code, Codex from ArchSightLabs/archsight-aios. It costs 44 tokens per session (750 once invoked), scanned A, original, Apache-2.0.

A routing entry for construction daily reports: it decides whether the task is writing a new report, reviewing an existing one, or doing both.

In plain words
What is it for?
Use it for construction daily reports, weekly-report material, team updates, photo notes, progress, resources, quality, safety, coordination, and next-day plans.
Why use it?
It helps choose the appropriate report workflow when a request simply mentions a site or project daily report, while keeping unverified statements separate from confirmed facts.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the archsight-aios plugin — 33 skills shipped together

Good fit Use it for construction daily reports, weekly-report material, team updates, photo notes, progress, resources, quality, safety, coordination, and next-day plans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/archsightlabs/archsight-aios/aios-daily
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ArchSightLabs/archsight-aios --skill aios-daily
Clone the repo
git clone --depth 1 https://github.com/ArchSightLabs/archsight-aios

Made for: Claude Code, Codex.

Or install archsight-aios, the plugin that ships this one along with the rest of its 33 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aios-daily

README.md
[![agentmods](https://agentmods.dev/badge/skills/archsightlabs/archsight-aios/aios-daily/github.svg)](https://agentmods.dev/skills/archsightlabs/archsight-aios/aios-daily)
Your own site
<a href="https://agentmods.dev/skills/archsightlabs/archsight-aios/aios-daily"><img src="https://agentmods.dev/badge/skills/archsightlabs/archsight-aios/aios-daily/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aios-daily

Your own site · 80×15
<a href="https://agentmods.dev/skills/archsightlabs/archsight-aios/aios-daily"><img src="https://agentmods.dev/badge/skills/archsightlabs/archsight-aios/aios-daily.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 750 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00044 $0.00750
Opus 5 $0.00022 $0.00375
Sonnet 5 $0.00009 $0.00150
Haiku 4.5 $0.00004 $0.00075

Measured 12d ago against content hash c7230f94eaa8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

aios-daily scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/aios-daily/SKILL.md · 52 lines

What it actually says

AIOS Daily

目标

本 Skill 是工程现场日报场景的正式短名入口,用于处理用户只说“用 AIOS 整理日报 / 生成施工日报 / 看项目日报”的情况。

它不直接替代写作或复核 Skill,而是先判断任务意图,再路由:

  • 从现场口述、项目群记录、照片说明、零散笔记生成施工日报或周报素材:使用 aios-daily-write
  • 审核已有施工日报、抽取问题台账、看资料缺口、识别签证 / 变更线索:使用 aios-construction-daily
  • 同时要求“先整理成日报再复核”:先用 aios-daily-write 生成日报草稿,再交回 aios-construction-daily 做证据链和问题台账复核。

aios-construction-daily 继续保留原有工程施工 / 现场日报领域入口含义;面向新用户时,推荐优先记忆 aios-dailyaios-daily-writeaios-construction-daily 这一组入口。

适用场景

  • 施工日报、项目日报、周报素材、项目群日报、班组汇报、照片说明和现场口述记录。
  • 当日进度、人员机械材料、质量安全、外部检查、图纸问题、协调事项和明日计划。
  • AI 生成日报后的人工复核、日报模板质量诊断和问题台账整理。

普通团队日报、行政周报、销售日报或不含工程现场语义的运营摘要,不使用本 Skill。

路由规则

用户意图 路由到 输出方向
从口述、群聊、照片说明或零散笔记生成日报 / 周报素材 aios-daily-write 日报 brief、事实抽取表、Markdown 日报草稿、待补资料
审核已有日报、提取异常、问题台账、资料缺口、签证线索 aios-construction-daily 管理摘要、问题台账、模板质量诊断、人工复核事项
先生成日报再检查 aios-daily-write -> aios-construction-daily 先成稿,再做证据链和问题闭环复核

输出要求

路由判断要简短,但必须说明:

  1. 资料类型。
  2. 当前任务属于写作、复核还是混合流程。
  3. 推荐使用的 Skill。
  4. 需要人工复核的岗位。
  5. 不能由 AI 直接下结论的事项。

约束

  • 不把群聊推断、照片猜测或未确认口述写成已确认现场事实。
  • 不在缺少计划基线时判断工期滞后 / 超前。
  • 不输出质量验收、安全合规、监理签认、签证成立或索赔成立结论。
  • 不绕过 aios-construction-daily 把 AI 生成日报标成可直接归档定稿。
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 52 lines · 44 tokens per session scan A c7230f94eaa8

Subscribe to this mod's changes

aios-daily is a skill published in the GitHub repository ArchSightLabs/archsight-aios (15 stars, last pushed 16d ago), licensed Apache-2.0. It adds 44 tokens to every session and 750 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

massing-bim

Drive a Massing BIM/AEC project from an AI agent over MCP — read a project's status, records, CDE, KPI and model-quality checks; run standards-compliance, schedule-risk, embodied-carbon, permit- readiness and drawing-QA analyses; author the IFC model with GUID-stable recipes; and draft RFIs. Use when the user asks to…

ibuilder/massing · 90 tokens

ara3d-sdk

Use when processing AEC/BIM 3D data in .NET 8 — mesh generation and transformation, SIMD-accelerated math, IFC/STEP/PLY to glTF/GLB/VIM conversion, plugin development. Ara3D-SDK: high-performance .NET 3D geometry and BIM library suite.

znlgis/opengis-skills · 70 tokens

elements

Use when generating building information models (BIM) programmatically in C#/.NET — wall, beam, column, floor creation, geometry kernel (BREP/CSG), glTF/IFC/JSON serialization, MEP systems, spatial grids. Hypar Elements: the smallest useful BIM — a cross-platform C# library for creating building elements without…

znlgis/opengis-skills · 81 tokens

3d-skills

Use when working with 3D Gaussian Splatting (3DGS), .ply model cleanup/compression/publishing, interactive 360-degree panorama visualization and virtual tours, AEC/BIM 3D data processing, or CSG solid modeling. Index of 5 skills: SuperSplat, Photo-Sphere-Viewer, Ara3D-SDK, Elements, and OpenCSG.NET.

znlgis/opengis-skills · 86 tokens

naviscoord-setup

Instalar, actualizar, reparar y verificar NavisCoord en ChatGPT Work de escritorio, Claude Desktop, Claude Code y Codex cuando faltan las herramientas navis o el puente de Navisworks no responde.

HorizunGroup/naviscoord-mcp · 50 tokens

bim-agent

BIM Agent — Query and validate Building Information Models (IFC) through natural language.

Daviidro/bim-agent · 21 tokens